Shades of Islamic Green #0CAC1C
Tints of Islamic Green #0CAC1C
RGB
CMYK
RGB Variations
Color information
#0CAC1C (or 0x0CAC1C) is known color: Islamic Green. HEX triplet: 0C, AC and 1C. RGB value is (12,172,28). Sum of RGB (Red+Green+Blue) = 12+172+28=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 172 (67.58% from 255 or 81.13% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC1C is #F353E3. Grayscale: #6C6C6C. Windows color (decimal): -15946724 or 1879052. OLE color: 1879052.
HSL color Cylindrical-coordinate representation of color #0CAC1C: hue angle of 126º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC1C is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 28 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.33 |
| HSL | 126º | 0.87% | 0.36% | - |
| HSV(B) | 126º | 0.93% | 0.67% | - |
| XYZ | 15.11 | 29.67 | 6.03 | - |
| YUV | 107.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 28 | 0.93 | 0 | 0.84 | 0.33 | 126 | 0.87 | 0.36 |
| Hex | C | AC | 1C | 5D | 0 | 54 | 21 | 7E | 57 | 24 |
| Octal | 14 | 254 | 34 | 135 | 0 | 124 | 41 | 176 | 127 | 44 |
| Binary | 1100 | 10101100 | 11100 | 1011101 | 0 | 1010100 | 100001 | 1111110 | 1010111 | 100100 |
Color Harmonies of #0CAC1C
Complementary color
Monochromatic Colors of #0CAC1C
Black with #0CAC1C
Text Example
Text Example
White with #0CAC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC1C; }
p { color: rgb(12,172,28); }
H1.HeaderClassName
{
color: #0CAC1C;
}
.AnyTagClassName
{
color: #0CAC1C;
}
</style>
background-color css
<style>
a { background-color: #0CAC1C; }
a { background-color: rgb(12,172,28); }
div.DivClassName
{
background-color: #0CAC1C;
}
.BgClassName
{
background-color: #0CAC1C;
}
</style>
border-color css
<style>
span { border-color: #0CAC1C; }
span { border-color: rgb(12,172,28); }
td.TdClassName
{
border-color: #0CAC1C;
}
.TagClassName
{
border-color: #0CAC1C;
}
</style>