Shades of Islamic Green #0CB202
Tints of Islamic Green #0CB202
RGB
CMYK
RGB Variations
Color information
#0CB202 (or 0x0CB202) is known color: Islamic Green. HEX triplet: 0C, B2 and 02. RGB value is (12,178,2). Sum of RGB (Red+Green+Blue) = 12+178+2=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 178 (69.92% from 255 or 92.71% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB202 is #F34DFD. Grayscale: #6C6C6C. Windows color (decimal): -15945214 or 176652. OLE color: 176652.
HSL color Cylindrical-coordinate representation of color #0CB202: hue angle of 116.59º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CB202 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 178 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.30 |
| HSL | 116.59º | 0.98% | 0.35% | - |
| HSV(B) | 116.59º | 0.99% | 0.7% | - |
| XYZ | 16.08 | 31.92 | 5.37 | - |
| YUV | 108.3 | 68 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 178 | 2 | 0.93 | 0 | 0.99 | 0.30 | 116.59 | 0.98 | 0.35 |
| Hex | C | B2 | 2 | 5D | 0 | 63 | 1E | 75 | 62 | 23 |
| Octal | 14 | 262 | 2 | 135 | 0 | 143 | 36 | 165 | 142 | 43 |
| Binary | 1100 | 10110010 | 10 | 1011101 | 0 | 1100011 | 11110 | 1110101 | 1100010 | 100011 |
Color Harmonies of #0CB202
Complementary color
Monochromatic Colors of #0CB202
Black with #0CB202
Text Example
Text Example
White with #0CB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB202; }
p { color: rgb(12,178,2); }
H1.HeaderClassName
{
color: #0CB202;
}
.AnyTagClassName
{
color: #0CB202;
}
</style>
background-color css
<style>
a { background-color: #0CB202; }
a { background-color: rgb(12,178,2); }
div.DivClassName
{
background-color: #0CB202;
}
.BgClassName
{
background-color: #0CB202;
}
</style>
border-color css
<style>
span { border-color: #0CB202; }
span { border-color: rgb(12,178,2); }
td.TdClassName
{
border-color: #0CB202;
}
.TagClassName
{
border-color: #0CB202;
}
</style>