Shades of Islamic Green #0CAC10
Tints of Islamic Green #0CAC10
RGB
CMYK
RGB Variations
Color information
#0CAC10 (or 0x0CAC10) is known color: Islamic Green. HEX triplet: 0C, AC and 10. RGB value is (12,172,16). Sum of RGB (Red+Green+Blue) = 12+172+16=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 172 (67.58% from 255 or 86% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC10 is #F353EF. Grayscale: #6A6A6A. Windows color (decimal): -15946736 or 1092620. OLE color: 1092620.
HSL color Cylindrical-coordinate representation of color #0CAC10: hue angle of 121.5º 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 #0CAC10 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 16 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.33 |
| HSL | 121.5º | 0.87% | 0.36% | - |
| HSV(B) | 121.5º | 0.93% | 0.67% | - |
| XYZ | 15 | 29.62 | 5.42 | - |
| YUV | 106.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 16 | 0.93 | 0 | 0.91 | 0.33 | 121.5 | 0.87 | 0.36 |
| Hex | C | AC | 10 | 5D | 0 | 5B | 21 | 7A | 57 | 24 |
| Octal | 14 | 254 | 20 | 135 | 0 | 133 | 41 | 172 | 127 | 44 |
| Binary | 1100 | 10101100 | 10000 | 1011101 | 0 | 1011011 | 100001 | 1111010 | 1010111 | 100100 |
Color Harmonies of #0CAC10
Complementary color
Monochromatic Colors of #0CAC10
Black with #0CAC10
Text Example
Text Example
White with #0CAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC10; }
p { color: rgb(12,172,16); }
H1.HeaderClassName
{
color: #0CAC10;
}
.AnyTagClassName
{
color: #0CAC10;
}
</style>
background-color css
<style>
a { background-color: #0CAC10; }
a { background-color: rgb(12,172,16); }
div.DivClassName
{
background-color: #0CAC10;
}
.BgClassName
{
background-color: #0CAC10;
}
</style>
border-color css
<style>
span { border-color: #0CAC10; }
span { border-color: rgb(12,172,16); }
td.TdClassName
{
border-color: #0CAC10;
}
.TagClassName
{
border-color: #0CAC10;
}
</style>