Shades of Islamic Green #0CAC0D
Tints of Islamic Green #0CAC0D
RGB
CMYK
RGB Variations
Color information
#0CAC0D (or 0x0CAC0D) is known color: Islamic Green. HEX triplet: 0C, AC and 0D. RGB value is (12,172,13). Sum of RGB (Red+Green+Blue) = 12+172+13=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 172 (67.58% from 255 or 87.31% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC0D is #F353F2. Grayscale: #6A6A6A. Windows color (decimal): -15946739 or 896012. OLE color: 896012.
HSL color Cylindrical-coordinate representation of color #0CAC0D: hue angle of 120.37º 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 #0CAC0D is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 13 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.33 |
| HSL | 120.38º | 0.87% | 0.36% | - |
| HSV(B) | 120.38º | 0.93% | 0.67% | - |
| XYZ | 14.98 | 29.61 | 5.31 | - |
| YUV | 106.03 | 75.49 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 13 | 0.93 | 0 | 0.92 | 0.33 | 120.38 | 0.87 | 0.36 |
| Hex | C | AC | D | 5D | 0 | 5C | 21 | 78 | 57 | 24 |
| Octal | 14 | 254 | 15 | 135 | 0 | 134 | 41 | 170 | 127 | 44 |
| Binary | 1100 | 10101100 | 1101 | 1011101 | 0 | 1011100 | 100001 | 1111000 | 1010111 | 100100 |
Color Harmonies of #0CAC0D
Complementary color
Monochromatic Colors of #0CAC0D
Black with #0CAC0D
Text Example
Text Example
White with #0CAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC0D; }
p { color: rgb(12,172,13); }
H1.HeaderClassName
{
color: #0CAC0D;
}
.AnyTagClassName
{
color: #0CAC0D;
}
</style>
background-color css
<style>
a { background-color: #0CAC0D; }
a { background-color: rgb(12,172,13); }
div.DivClassName
{
background-color: #0CAC0D;
}
.BgClassName
{
background-color: #0CAC0D;
}
</style>
border-color css
<style>
span { border-color: #0CAC0D; }
span { border-color: rgb(12,172,13); }
td.TdClassName
{
border-color: #0CAC0D;
}
.TagClassName
{
border-color: #0CAC0D;
}
</style>