Shades of Islamic Green #0CA201
Tints of Islamic Green #0CA201
RGB
CMYK
RGB Variations
Color information
#0CA201 (or 0x0CA201) is known color: Islamic Green. HEX triplet: 0C, A2 and 01. RGB value is (12,162,1). Sum of RGB (Red+Green+Blue) = 12+162+1=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 162 (63.67% from 255 or 92.57% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA201 is #F35DFE. Grayscale: #636363. Windows color (decimal): -15949311 or 107020. OLE color: 107020.
HSL color Cylindrical-coordinate representation of color #0CA201: hue angle of 115.9º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CA201 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.36 |
| HSL | 115.9º | 0.99% | 0.32% | - |
| HSV(B) | 115.9º | 0.99% | 0.64% | - |
| XYZ | 13.08 | 25.92 | 4.34 | - |
| YUV | 98.8 | 72.81 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 1 | 0.93 | 0 | 0.99 | 0.36 | 115.9 | 0.99 | 0.32 |
| Hex | C | A2 | 1 | 5D | 0 | 63 | 24 | 74 | 63 | 20 |
| Octal | 14 | 242 | 1 | 135 | 0 | 143 | 44 | 164 | 143 | 40 |
| Binary | 1100 | 10100010 | 1 | 1011101 | 0 | 1100011 | 100100 | 1110100 | 1100011 | 100000 |
Color Harmonies of #0CA201
Complementary color
Monochromatic Colors of #0CA201
Black with #0CA201
Text Example
Text Example
White with #0CA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA201; }
p { color: rgb(12,162,1); }
H1.HeaderClassName
{
color: #0CA201;
}
.AnyTagClassName
{
color: #0CA201;
}
</style>
background-color css
<style>
a { background-color: #0CA201; }
a { background-color: rgb(12,162,1); }
div.DivClassName
{
background-color: #0CA201;
}
.BgClassName
{
background-color: #0CA201;
}
</style>
border-color css
<style>
span { border-color: #0CA201; }
span { border-color: rgb(12,162,1); }
td.TdClassName
{
border-color: #0CA201;
}
.TagClassName
{
border-color: #0CA201;
}
</style>