Shades of Islamic Green #0CB90E
Tints of Islamic Green #0CB90E
RGB
CMYK
RGB Variations
Color information
#0CB90E (or 0x0CB90E) is known color: Islamic Green. HEX triplet: 0C, B9 and 0E. RGB value is (12,185,14). Sum of RGB (Red+Green+Blue) = 12+185+14=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 185 (72.66% from 255 or 87.68% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB90E is #F346F1. Grayscale: #727272. Windows color (decimal): -15943410 or 964876. OLE color: 964876.
HSL color Cylindrical-coordinate representation of color #0CB90E: hue angle of 120.69º 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 #0CB90E is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 14 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.27 |
| HSL | 120.69º | 0.88% | 0.39% | - |
| HSV(B) | 120.69º | 0.94% | 0.73% | - |
| XYZ | 17.58 | 34.81 | 6.21 | - |
| YUV | 113.78 | 71.69 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 14 | 0.94 | 0 | 0.92 | 0.27 | 120.69 | 0.88 | 0.39 |
| Hex | C | B9 | E | 5E | 0 | 5C | 1B | 79 | 58 | 27 |
| Octal | 14 | 271 | 16 | 136 | 0 | 134 | 33 | 171 | 130 | 47 |
| Binary | 1100 | 10111001 | 1110 | 1011110 | 0 | 1011100 | 11011 | 1111001 | 1011000 | 100111 |
Color Harmonies of #0CB90E
Complementary color
Monochromatic Colors of #0CB90E
Black with #0CB90E
Text Example
Text Example
White with #0CB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB90E; }
p { color: rgb(12,185,14); }
H1.HeaderClassName
{
color: #0CB90E;
}
.AnyTagClassName
{
color: #0CB90E;
}
</style>
background-color css
<style>
a { background-color: #0CB90E; }
a { background-color: rgb(12,185,14); }
div.DivClassName
{
background-color: #0CB90E;
}
.BgClassName
{
background-color: #0CB90E;
}
</style>
border-color css
<style>
span { border-color: #0CB90E; }
span { border-color: rgb(12,185,14); }
td.TdClassName
{
border-color: #0CB90E;
}
.TagClassName
{
border-color: #0CB90E;
}
</style>