color codes Logo

#01ad1d color codes

#01AD1D
(1,173,29)
0 Favorites   0 Comments

Color spaces of #01ad1d

RGB 117329
HSL0.360.990.34
HSV130°99°68°
CMYK 0.990.000.83   0.32
XYZ15.177929.98236.1496
Yxy29.98230.29580.5843
Hunter Lab54.7561-46.344631.6705
CIE-Lab61.6389-63.385257.1255

#01ad1d color RGB value is (1,173,29).

#01ad1d hex color red value is 1, green value is 173 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #01ad1d hue: 0.36 , saturation: 0.99 and the lightness value of 01ad1d is 0.34.

The process color (four color CMYK) of #01ad1d color code is 0.99, 0.00, 0.83, 0.32. Web safe color of #01ad1d is #009933. Color #01ad1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101101 00011101
Octal 1 255 35
Decimal 1 173 29
Hex 1 AD 1D

RGB Percentages of Color #01ad1d

%0.49
%85.22
%14.29

CMYK Percentages of Color #01ad1d

%99
%0
%83
%32

Triadic Colors of #01ad1d

#01ad1d #1d01ad #ad1d01

Analogous Colors of #01ad1d

#01ad1d #01ad73 #3bad01

Monochromatic Colors of #01ad1d

#01ad1d

Complementary Color

#01ad1d #ad0191

#01ad1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ad1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ad1d Color CSS Codes

.mybgcolor {background-color:#01ad1d; } 
.myforecolor {color:#01ad1d; }
.mybordercolor {border:3px solid #01ad1d; }

#01ad1d Text Font Color

<p style="color:#01ad1d">Text here</p>

This sample text font color is #01ad1d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01ad1d Background Color

<div style="background-color:#01ad1d">
Div content here</div>

This div background color is #01ad1d


#01ad1d Border Color

<div style="border:3px solid #01ad1d">
Div here</div>

This div border color is #01ad1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,173,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01ad1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01ad1d;
  -webkit-box-shadow: 1px 1px 3px 2px #01ad1d;
  box-shadow:         1px 1px 3px 2px #01ad1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,173,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01ad1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01ad1d;
  -webkit-box-shadow: 1px 1px 3px 2px #01ad1d;
  box-shadow:         1px 1px 3px 2px #01ad1d;">
Div content here</div>

This div box has shadow with color #01ad1d


Comments

No comments written yet.

Please login to write comment.