#1DAE09

Color #1DAE09 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1DAE09

Tints of Islamic Green #1DAE09

Color information

#1DAE09 (or 0x1DAE09) is unknown color: approx Islamic Green. HEX triplet: 1D, AE and 09. RGB value is (29,174,9). Sum of RGB (Red+Green+Blue) = 29+174+9=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 174 (68.36% from 255 or 82.08% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAE09 is #E251F6. Grayscale: #707070. Windows color (decimal): -14832119 or 634397. OLE color: 634397.

HSL color Cylindrical-coordinate representation of color #1DAE09: hue angle of 112.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DAE09 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB291749-
CMYK0.8300.950.32
HSL112.73º90.16%35.88%-
HSV(B)112.73º94.83%68.24%-
XYZ15.6930.555.33-
YUV111.8469.9668.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 174 (68.36% from 255) = 82.08%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=13.68%
G=82.08%
B=4.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2917490.8300.950.32112.7390.1635.88
Hex1DAE95305F20715a24
Octal352561112301374016113244
Binary1110110101110100110100110101111110000011100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,174,9); }

 H1.HeaderClassName
 {
   color: #1DAE09;
 }
 .AnyTagClassName
 {
   color: #1DAE09;
 }
</style>
background-color css

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

 a { background-color: rgb(29,174,9); }

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

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

 span { border-color: rgb(29,174,9); }

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