Shades of Islamic Green #0CAC05
Tints of Islamic Green #0CAC05
RGB
CMYK
RGB Variations
Color information
#0CAC05 (or 0x0CAC05) is known color: Islamic Green. HEX triplet: 0C, AC and 05. RGB value is (12,172,5). Sum of RGB (Red+Green+Blue) = 12+172+5=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 172 (67.58% from 255 or 91.01% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC05 is #F353FA. Grayscale: #696969. Windows color (decimal): -15946747 or 371724. OLE color: 371724.
HSL color Cylindrical-coordinate representation of color #0CAC05: hue angle of 117.49º 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 #0CAC05 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 5 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.33 |
| HSL | 117.49º | 0.94% | 0.35% | - |
| HSV(B) | 117.49º | 0.97% | 0.67% | - |
| XYZ | 14.93 | 29.59 | 5.07 | - |
| YUV | 105.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 5 | 0.93 | 0 | 0.97 | 0.33 | 117.49 | 0.94 | 0.35 |
| Hex | C | AC | 5 | 5D | 0 | 61 | 21 | 75 | 5E | 23 |
| Octal | 14 | 254 | 5 | 135 | 0 | 141 | 41 | 165 | 136 | 43 |
| Binary | 1100 | 10101100 | 101 | 1011101 | 0 | 1100001 | 100001 | 1110101 | 1011110 | 100011 |
Color Harmonies of #0CAC05
Complementary color
Monochromatic Colors of #0CAC05
Black with #0CAC05
Text Example
Text Example
White with #0CAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC05; }
p { color: rgb(12,172,5); }
H1.HeaderClassName
{
color: #0CAC05;
}
.AnyTagClassName
{
color: #0CAC05;
}
</style>
background-color css
<style>
a { background-color: #0CAC05; }
a { background-color: rgb(12,172,5); }
div.DivClassName
{
background-color: #0CAC05;
}
.BgClassName
{
background-color: #0CAC05;
}
</style>
border-color css
<style>
span { border-color: #0CAC05; }
span { border-color: rgb(12,172,5); }
td.TdClassName
{
border-color: #0CAC05;
}
.TagClassName
{
border-color: #0CAC05;
}
</style>