Shades of Islamic Green #1DAF09
Tints of Islamic Green #1DAF09
RGB
CMYK
RGB Variations
Color information
#1DAF09 (or 0x1DAF09) is known color: Islamic Green. HEX triplet: 1D, AF and 09. RGB value is (29,175,9). Sum of RGB (Red+Green+Blue) = 29+175+9=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 175 (68.75% from 255 or 82.16% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF09 is #E250F6. Grayscale: #707070. Windows color (decimal): -14831863 or 634653. OLE color: 634653.
HSL color Cylindrical-coordinate representation of color #1DAF09: hue angle of 112.77º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DAF09 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 9 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.31 |
| HSL | 112.77º | 0.9% | 0.36% | - |
| HSV(B) | 112.77º | 0.95% | 0.69% | - |
| XYZ | 15.89 | 30.94 | 5.39 | - |
| YUV | 112.42 | 69.63 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 9 | 0.83 | 0 | 0.95 | 0.31 | 112.77 | 0.9 | 0.36 |
| Hex | 1D | AF | 9 | 53 | 0 | 5F | 1F | 71 | 5A | 24 |
| Octal | 35 | 257 | 11 | 123 | 0 | 137 | 37 | 161 | 132 | 44 |
| Binary | 11101 | 10101111 | 1001 | 1010011 | 0 | 1011111 | 11111 | 1110001 | 1011010 | 100100 |
Color Harmonies of #1DAF09
Complementary color
Monochromatic Colors of #1DAF09
Black with #1DAF09
Text Example
Text Example
White with #1DAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF09; }
p { color: rgb(29,175,9); }
H1.HeaderClassName
{
color: #1DAF09;
}
.AnyTagClassName
{
color: #1DAF09;
}
</style>
background-color css
<style>
a { background-color: #1DAF09; }
a { background-color: rgb(29,175,9); }
div.DivClassName
{
background-color: #1DAF09;
}
.BgClassName
{
background-color: #1DAF09;
}
</style>
border-color css
<style>
span { border-color: #1DAF09; }
span { border-color: rgb(29,175,9); }
td.TdClassName
{
border-color: #1DAF09;
}
.TagClassName
{
border-color: #1DAF09;
}
</style>