Shades of Islamic Green #1DAC02
Tints of Islamic Green #1DAC02
RGB
CMYK
RGB Variations
Color information
#1DAC02 (or 0x1DAC02) is known color: Islamic Green. HEX triplet: 1D, AC and 02. RGB value is (29,172,2). Sum of RGB (Red+Green+Blue) = 29+172+2=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 172 (67.58% from 255 or 84.73% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAC02 is #E253FD. Grayscale: #6E6E6E. Windows color (decimal): -14832638 or 175133. OLE color: 175133.
HSL color Cylindrical-coordinate representation of color #1DAC02: hue angle of 110.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DAC02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.33 |
| HSL | 110.47º | 0.98% | 0.34% | - |
| HSV(B) | 110.47º | 0.99% | 0.67% | - |
| XYZ | 15.27 | 29.77 | 5 | - |
| YUV | 109.86 | 67.12 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 2 | 0.83 | 0 | 0.99 | 0.33 | 110.47 | 0.98 | 0.34 |
| Hex | 1D | AC | 2 | 53 | 0 | 63 | 21 | 6E | 62 | 22 |
| Octal | 35 | 254 | 2 | 123 | 0 | 143 | 41 | 156 | 142 | 42 |
| Binary | 11101 | 10101100 | 10 | 1010011 | 0 | 1100011 | 100001 | 1101110 | 1100010 | 100010 |
Color Harmonies of #1DAC02
Complementary color
Monochromatic Colors of #1DAC02
Black with #1DAC02
Text Example
Text Example
White with #1DAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC02; }
p { color: rgb(29,172,2); }
H1.HeaderClassName
{
color: #1DAC02;
}
.AnyTagClassName
{
color: #1DAC02;
}
</style>
background-color css
<style>
a { background-color: #1DAC02; }
a { background-color: rgb(29,172,2); }
div.DivClassName
{
background-color: #1DAC02;
}
.BgClassName
{
background-color: #1DAC02;
}
</style>
border-color css
<style>
span { border-color: #1DAC02; }
span { border-color: rgb(29,172,2); }
td.TdClassName
{
border-color: #1DAC02;
}
.TagClassName
{
border-color: #1DAC02;
}
</style>