Shades of Islamic Green #1DAC0F
Tints of Islamic Green #1DAC0F
RGB
CMYK
RGB Variations
Color information
#1DAC0F (or 0x1DAC0F) is known color: Islamic Green. HEX triplet: 1D, AC and 0F. RGB value is (29,172,15). Sum of RGB (Red+Green+Blue) = 29+172+15=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 172 (67.58% from 255 or 79.63% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAC0F is #E253F0. Grayscale: #6F6F6F. Windows color (decimal): -14832625 or 1027101. OLE color: 1027101.
HSL color Cylindrical-coordinate representation of color #1DAC0F: hue angle of 114.65º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DAC0F is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 15 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.33 |
| HSL | 114.65º | 0.84% | 0.37% | - |
| HSV(B) | 114.65º | 0.91% | 0.67% | - |
| XYZ | 15.35 | 29.8 | 5.4 | - |
| YUV | 111.35 | 73.62 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 15 | 0.83 | 0 | 0.91 | 0.33 | 114.65 | 0.84 | 0.37 |
| Hex | 1D | AC | F | 53 | 0 | 5B | 21 | 73 | 54 | 25 |
| Octal | 35 | 254 | 17 | 123 | 0 | 133 | 41 | 163 | 124 | 45 |
| Binary | 11101 | 10101100 | 1111 | 1010011 | 0 | 1011011 | 100001 | 1110011 | 1010100 | 100101 |
Color Harmonies of #1DAC0F
Complementary color
Monochromatic Colors of #1DAC0F
Black with #1DAC0F
Text Example
Text Example
White with #1DAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC0F; }
p { color: rgb(29,172,15); }
H1.HeaderClassName
{
color: #1DAC0F;
}
.AnyTagClassName
{
color: #1DAC0F;
}
</style>
background-color css
<style>
a { background-color: #1DAC0F; }
a { background-color: rgb(29,172,15); }
div.DivClassName
{
background-color: #1DAC0F;
}
.BgClassName
{
background-color: #1DAC0F;
}
</style>
border-color css
<style>
span { border-color: #1DAC0F; }
span { border-color: rgb(29,172,15); }
td.TdClassName
{
border-color: #1DAC0F;
}
.TagClassName
{
border-color: #1DAC0F;
}
</style>