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