Html Css Color HEX #1DA008 Islamic Green

📋 copy color: '#1DA008'

red 29 ◦ green 160 ◦ blue 8

#1DA008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1DA008

Tints of Islamic Green #1DA008

RGB

 RED value IS 29 (11.72% from 255) = 14.72%

 GREEN value IS 160 (62.89% from 255) = 81.22%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 14.72%
G = 81.22%
B = 4.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1DA008 (or 0x1DA008) is known color: Islamic Green. HEX triplet: 1D, A0 and 08. RGB value is (29,160,8). Sum of RGB (Red+Green+Blue) = 29+160+8=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 160 (62.89% from 255 or 81.22% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA008 is #E25FF7. Grayscale: #676767. Windows color (decimal): -14835704 or 565277. OLE color: 565277.

HSL color Cylindrical-coordinate representation of color #1DA008: hue angle of 111.71º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DA008 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 160 8 -
CMYK 0.82 0 0.95 0.37
HSL 111.71º 0.9% 0.33% -
HSV(B) 111.71º 0.95% 0.63% -
XYZ 13.12 25.42 4.44 -
YUV 103.5 74.1 74.86 -
System Red Green Blue C M Y K H S L
Decimal 29 160 8 0.82 0 0.95 0.37 111.71 0.9 0.33
Hex 1D A0 8 52 0 5F 25 70 5A 21
Octal 35 240 10 122 0 137 45 160 132 41
Binary 11101 10100000 1000 1010010 0 1011111 100101 1110000 1011010 100001

Color Harmonies of #1DA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA008

Black with #1DA008

Text Example


Text Example

White with #1DA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DA008; }

 p { color: rgb(29,160,8); }

 H1.HeaderClassName
 {
   color: #1DA008;
 }
 .AnyTagClassName
 {
   color: #1DA008;
 }
</style>

background-color css

<style>
 a { background-color: #1DA008; }

 a { background-color: rgb(29,160,8); }

 div.DivClassName
 {
   background-color: #1DA008;
 }
 .BgClassName
 {
   background-color: #1DA008;
 }
</style>

border-color css

<style>
 span { border-color: #1DA008; }

 span { border-color: rgb(29,160,8); }

 td.TdClassName
 {
   border-color: #1DA008;
 }
 .TagClassName
 {
   border-color: #1DA008;
 }
</style>