Shades of Islamic Green #0CB000
Tints of Islamic Green #0CB000
RGB
CMYK
RGB Variations
Color information
#0CB000 (or 0x0CB000) is known color: Islamic Green. HEX triplet: 0C, B0 and 00. RGB value is (12,176,0). Sum of RGB (Red+Green+Blue) = 12+176+0=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 176 (69.14% from 255 or 93.62% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CB000 is #F34FFF. Grayscale: #6B6B6B. Windows color (decimal): -15945728 or 45068. OLE color: 45068.
HSL color Cylindrical-coordinate representation of color #0CB000: hue angle of 115.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CB000 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.31 |
| HSL | 115.91º | 1% | 0.35% | - |
| HSV(B) | 115.91º | 1% | 0.69% | - |
| XYZ | 15.68 | 31.13 | 5.18 | - |
| YUV | 106.9 | 67.67 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 0 | 0.93 | 0 | 1 | 0.31 | 115.91 | 1 | 0.35 |
| Hex | C | B0 | 0 | 5D | 0 | 64 | 1F | 74 | 64 | 23 |
| Octal | 14 | 260 | 0 | 135 | 0 | 144 | 37 | 164 | 144 | 43 |
| Binary | 1100 | 10110000 | 0 | 1011101 | 0 | 1100100 | 11111 | 1110100 | 1100100 | 100011 |
Color Harmonies of #0CB000
Complementary color
Monochromatic Colors of #0CB000
Black with #0CB000
Text Example
Text Example
White with #0CB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB000; }
p { color: rgb(12,176,0); }
H1.HeaderClassName
{
color: #0CB000;
}
.AnyTagClassName
{
color: #0CB000;
}
</style>
background-color css
<style>
a { background-color: #0CB000; }
a { background-color: rgb(12,176,0); }
div.DivClassName
{
background-color: #0CB000;
}
.BgClassName
{
background-color: #0CB000;
}
</style>
border-color css
<style>
span { border-color: #0CB000; }
span { border-color: rgb(12,176,0); }
td.TdClassName
{
border-color: #0CB000;
}
.TagClassName
{
border-color: #0CB000;
}
</style>