Shades of Islamic Green #1CAC07
Tints of Islamic Green #1CAC07
RGB
CMYK
RGB Variations
Color information
#1CAC07 (or 0x1CAC07) is known color: Islamic Green. HEX triplet: 1C, AC and 07. RGB value is (28,172,7). Sum of RGB (Red+Green+Blue) = 28+172+7=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 172 (67.58% from 255 or 83.09% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC07 is #E353F8. Grayscale: #6E6E6E. Windows color (decimal): -14898169 or 502812. OLE color: 502812.
HSL color Cylindrical-coordinate representation of color #1CAC07: hue angle of 112.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CAC07 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 7 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.33 |
| HSL | 112.36º | 0.92% | 0.35% | - |
| HSV(B) | 112.36º | 0.96% | 0.67% | - |
| XYZ | 15.27 | 29.77 | 5.14 | - |
| YUV | 110.13 | 69.79 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 7 | 0.84 | 0 | 0.96 | 0.33 | 112.36 | 0.92 | 0.35 |
| Hex | 1C | AC | 7 | 54 | 0 | 60 | 21 | 70 | 5C | 23 |
| Octal | 34 | 254 | 7 | 124 | 0 | 140 | 41 | 160 | 134 | 43 |
| Binary | 11100 | 10101100 | 111 | 1010100 | 0 | 1100000 | 100001 | 1110000 | 1011100 | 100011 |
Color Harmonies of #1CAC07
Complementary color
Monochromatic Colors of #1CAC07
Black with #1CAC07
Text Example
Text Example
White with #1CAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC07; }
p { color: rgb(28,172,7); }
H1.HeaderClassName
{
color: #1CAC07;
}
.AnyTagClassName
{
color: #1CAC07;
}
</style>
background-color css
<style>
a { background-color: #1CAC07; }
a { background-color: rgb(28,172,7); }
div.DivClassName
{
background-color: #1CAC07;
}
.BgClassName
{
background-color: #1CAC07;
}
</style>
border-color css
<style>
span { border-color: #1CAC07; }
span { border-color: rgb(28,172,7); }
td.TdClassName
{
border-color: #1CAC07;
}
.TagClassName
{
border-color: #1CAC07;
}
</style>