Shades of Islamic Green #1DAE06
Tints of Islamic Green #1DAE06
RGB
CMYK
RGB Variations
Color information
#1DAE06 (or 0x1DAE06) is known color: Islamic Green. HEX triplet: 1D, AE and 06. RGB value is (29,174,6). Sum of RGB (Red+Green+Blue) = 29+174+6=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 174 (68.36% from 255 or 83.25% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAE06 is #E251F9. Grayscale: #707070. Windows color (decimal): -14832122 or 437789. OLE color: 437789.
HSL color Cylindrical-coordinate representation of color #1DAE06: hue angle of 111.79º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DAE06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 174 | 6 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.32 |
| HSL | 111.79º | 0.93% | 0.35% | - |
| HSV(B) | 111.79º | 0.97% | 0.68% | - |
| XYZ | 15.68 | 30.55 | 5.24 | - |
| YUV | 111.49 | 68.46 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 174 | 6 | 0.83 | 0 | 0.97 | 0.32 | 111.79 | 0.93 | 0.35 |
| Hex | 1D | AE | 6 | 53 | 0 | 61 | 20 | 70 | 5D | 23 |
| Octal | 35 | 256 | 6 | 123 | 0 | 141 | 40 | 160 | 135 | 43 |
| Binary | 11101 | 10101110 | 110 | 1010011 | 0 | 1100001 | 100000 | 1110000 | 1011101 | 100011 |
Color Harmonies of #1DAE06
Complementary color
Monochromatic Colors of #1DAE06
Black with #1DAE06
Text Example
Text Example
White with #1DAE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAE06; }
p { color: rgb(29,174,6); }
H1.HeaderClassName
{
color: #1DAE06;
}
.AnyTagClassName
{
color: #1DAE06;
}
</style>
background-color css
<style>
a { background-color: #1DAE06; }
a { background-color: rgb(29,174,6); }
div.DivClassName
{
background-color: #1DAE06;
}
.BgClassName
{
background-color: #1DAE06;
}
</style>
border-color css
<style>
span { border-color: #1DAE06; }
span { border-color: rgb(29,174,6); }
td.TdClassName
{
border-color: #1DAE06;
}
.TagClassName
{
border-color: #1DAE06;
}
</style>