Shades of Islamic Green #0CB910
Tints of Islamic Green #0CB910
RGB
CMYK
RGB Variations
Color information
#0CB910 (or 0x0CB910) is known color: Islamic Green. HEX triplet: 0C, B9 and 10. RGB value is (12,185,16). Sum of RGB (Red+Green+Blue) = 12+185+16=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 185 (72.66% from 255 or 86.85% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB910 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB910 is #F346EF. Grayscale: #727272. Windows color (decimal): -15943408 or 1095948. OLE color: 1095948.
HSL color Cylindrical-coordinate representation of color #0CB910: hue angle of 121.39º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB910 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 16 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.27 |
| HSL | 121.39º | 0.88% | 0.39% | - |
| HSV(B) | 121.39º | 0.94% | 0.73% | - |
| XYZ | 17.59 | 34.81 | 6.28 | - |
| YUV | 114.01 | 72.69 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 16 | 0.94 | 0 | 0.91 | 0.27 | 121.39 | 0.88 | 0.39 |
| Hex | C | B9 | 10 | 5E | 0 | 5B | 1B | 79 | 58 | 27 |
| Octal | 14 | 271 | 20 | 136 | 0 | 133 | 33 | 171 | 130 | 47 |
| Binary | 1100 | 10111001 | 10000 | 1011110 | 0 | 1011011 | 11011 | 1111001 | 1011000 | 100111 |
Color Harmonies of #0CB910
Complementary color
Monochromatic Colors of #0CB910
Black with #0CB910
Text Example
Text Example
White with #0CB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB910; }
p { color: rgb(12,185,16); }
H1.HeaderClassName
{
color: #0CB910;
}
.AnyTagClassName
{
color: #0CB910;
}
</style>
background-color css
<style>
a { background-color: #0CB910; }
a { background-color: rgb(12,185,16); }
div.DivClassName
{
background-color: #0CB910;
}
.BgClassName
{
background-color: #0CB910;
}
</style>
border-color css
<style>
span { border-color: #0CB910; }
span { border-color: rgb(12,185,16); }
td.TdClassName
{
border-color: #0CB910;
}
.TagClassName
{
border-color: #0CB910;
}
</style>