Shades of Islamic Green #1DAF0A
Tints of Islamic Green #1DAF0A
RGB
CMYK
RGB Variations
Color information
#1DAF0A (or 0x1DAF0A) is known color: Islamic Green. HEX triplet: 1D, AF and 0A. RGB value is (29,175,10). Sum of RGB (Red+Green+Blue) = 29+175+10=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 175 (68.75% from 255 or 81.78% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF0A is #E250F5. Grayscale: #717171. Windows color (decimal): -14831862 or 700189. OLE color: 700189.
HSL color Cylindrical-coordinate representation of color #1DAF0A: hue angle of 113.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DAF0A is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 10 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.31 |
| HSL | 113.09º | 0.89% | 0.36% | - |
| HSV(B) | 113.09º | 0.94% | 0.69% | - |
| XYZ | 15.89 | 30.94 | 5.42 | - |
| YUV | 112.54 | 70.13 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 10 | 0.83 | 0 | 0.94 | 0.31 | 113.09 | 0.89 | 0.36 |
| Hex | 1D | AF | A | 53 | 0 | 5E | 1F | 71 | 59 | 24 |
| Octal | 35 | 257 | 12 | 123 | 0 | 136 | 37 | 161 | 131 | 44 |
| Binary | 11101 | 10101111 | 1010 | 1010011 | 0 | 1011110 | 11111 | 1110001 | 1011001 | 100100 |
Color Harmonies of #1DAF0A
Complementary color
Monochromatic Colors of #1DAF0A
Black with #1DAF0A
Text Example
Text Example
White with #1DAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF0A; }
p { color: rgb(29,175,10); }
H1.HeaderClassName
{
color: #1DAF0A;
}
.AnyTagClassName
{
color: #1DAF0A;
}
</style>
background-color css
<style>
a { background-color: #1DAF0A; }
a { background-color: rgb(29,175,10); }
div.DivClassName
{
background-color: #1DAF0A;
}
.BgClassName
{
background-color: #1DAF0A;
}
</style>
border-color css
<style>
span { border-color: #1DAF0A; }
span { border-color: rgb(29,175,10); }
td.TdClassName
{
border-color: #1DAF0A;
}
.TagClassName
{
border-color: #1DAF0A;
}
</style>