Shades of Islamic Green #1CAC05
Tints of Islamic Green #1CAC05
RGB
CMYK
RGB Variations
Color information
#1CAC05 (or 0x1CAC05) is known color: Islamic Green. HEX triplet: 1C, AC and 05. RGB value is (28,172,5). Sum of RGB (Red+Green+Blue) = 28+172+5=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 172 (67.58% from 255 or 83.90% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC05 is #E353FA. Grayscale: #6E6E6E. Windows color (decimal): -14898171 or 371740. OLE color: 371740.
HSL color Cylindrical-coordinate representation of color #1CAC05: hue angle of 111.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CAC05 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 5 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.33 |
| HSL | 111.74º | 0.94% | 0.35% | - |
| HSV(B) | 111.74º | 0.97% | 0.67% | - |
| XYZ | 15.26 | 29.76 | 5.08 | - |
| YUV | 109.91 | 68.79 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 5 | 0.84 | 0 | 0.97 | 0.33 | 111.74 | 0.94 | 0.35 |
| Hex | 1C | AC | 5 | 54 | 0 | 61 | 21 | 70 | 5E | 23 |
| Octal | 34 | 254 | 5 | 124 | 0 | 141 | 41 | 160 | 136 | 43 |
| Binary | 11100 | 10101100 | 101 | 1010100 | 0 | 1100001 | 100001 | 1110000 | 1011110 | 100011 |
Color Harmonies of #1CAC05
Complementary color
Monochromatic Colors of #1CAC05
Black with #1CAC05
Text Example
Text Example
White with #1CAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC05; }
p { color: rgb(28,172,5); }
H1.HeaderClassName
{
color: #1CAC05;
}
.AnyTagClassName
{
color: #1CAC05;
}
</style>
background-color css
<style>
a { background-color: #1CAC05; }
a { background-color: rgb(28,172,5); }
div.DivClassName
{
background-color: #1CAC05;
}
.BgClassName
{
background-color: #1CAC05;
}
</style>
border-color css
<style>
span { border-color: #1CAC05; }
span { border-color: rgb(28,172,5); }
td.TdClassName
{
border-color: #1CAC05;
}
.TagClassName
{
border-color: #1CAC05;
}
</style>