Shades of Islamic Green #1DAF06
Tints of Islamic Green #1DAF06
RGB
CMYK
RGB Variations
Color information
#1DAF06 (or 0x1DAF06) is known color: Islamic Green. HEX triplet: 1D, AF and 06. RGB value is (29,175,6). Sum of RGB (Red+Green+Blue) = 29+175+6=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 175 (68.75% from 255 or 83.33% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF06 is #E250F9. Grayscale: #707070. Windows color (decimal): -14831866 or 438045. OLE color: 438045.
HSL color Cylindrical-coordinate representation of color #1DAF06: hue angle of 111.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DAF06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 6 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.31 |
| HSL | 111.83º | 0.93% | 0.35% | - |
| HSV(B) | 111.83º | 0.97% | 0.69% | - |
| XYZ | 15.87 | 30.93 | 5.31 | - |
| YUV | 112.08 | 68.13 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 6 | 0.83 | 0 | 0.97 | 0.31 | 111.83 | 0.93 | 0.35 |
| Hex | 1D | AF | 6 | 53 | 0 | 61 | 1F | 70 | 5D | 23 |
| Octal | 35 | 257 | 6 | 123 | 0 | 141 | 37 | 160 | 135 | 43 |
| Binary | 11101 | 10101111 | 110 | 1010011 | 0 | 1100001 | 11111 | 1110000 | 1011101 | 100011 |
Color Harmonies of #1DAF06
Complementary color
Monochromatic Colors of #1DAF06
Black with #1DAF06
Text Example
Text Example
White with #1DAF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF06; }
p { color: rgb(29,175,6); }
H1.HeaderClassName
{
color: #1DAF06;
}
.AnyTagClassName
{
color: #1DAF06;
}
</style>
background-color css
<style>
a { background-color: #1DAF06; }
a { background-color: rgb(29,175,6); }
div.DivClassName
{
background-color: #1DAF06;
}
.BgClassName
{
background-color: #1DAF06;
}
</style>
border-color css
<style>
span { border-color: #1DAF06; }
span { border-color: rgb(29,175,6); }
td.TdClassName
{
border-color: #1DAF06;
}
.TagClassName
{
border-color: #1DAF06;
}
</style>