Shades of Islamic Green #0CAB16
Tints of Islamic Green #0CAB16
RGB
CMYK
RGB Variations
Color information
#0CAB16 (or 0x0CAB16) is known color: Islamic Green. HEX triplet: 0C, AB and 16. RGB value is (12,171,22). Sum of RGB (Red+Green+Blue) = 12+171+22=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 171 (67.19% from 255 or 83.41% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB16 is #F354E9. Grayscale: #6A6A6A. Windows color (decimal): -15946986 or 1485580. OLE color: 1485580.
HSL color Cylindrical-coordinate representation of color #0CAB16: hue angle of 123.77º 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 #0CAB16 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 171 | 22 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.33 |
| HSL | 123.77º | 0.87% | 0.36% | - |
| HSV(B) | 123.77º | 0.93% | 0.67% | - |
| XYZ | 14.86 | 29.26 | 5.62 | - |
| YUV | 106.47 | 80.32 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 22 | 0.93 | 0 | 0.87 | 0.33 | 123.77 | 0.87 | 0.36 |
| Hex | C | AB | 16 | 5D | 0 | 57 | 21 | 7C | 57 | 24 |
| Octal | 14 | 253 | 26 | 135 | 0 | 127 | 41 | 174 | 127 | 44 |
| Binary | 1100 | 10101011 | 10110 | 1011101 | 0 | 1010111 | 100001 | 1111100 | 1010111 | 100100 |
Color Harmonies of #0CAB16
Complementary color
Monochromatic Colors of #0CAB16
Black with #0CAB16
Text Example
Text Example
White with #0CAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAB16; }
p { color: rgb(12,171,22); }
H1.HeaderClassName
{
color: #0CAB16;
}
.AnyTagClassName
{
color: #0CAB16;
}
</style>
background-color css
<style>
a { background-color: #0CAB16; }
a { background-color: rgb(12,171,22); }
div.DivClassName
{
background-color: #0CAB16;
}
.BgClassName
{
background-color: #0CAB16;
}
</style>
border-color css
<style>
span { border-color: #0CAB16; }
span { border-color: rgb(12,171,22); }
td.TdClassName
{
border-color: #0CAB16;
}
.TagClassName
{
border-color: #0CAB16;
}
</style>