Shades of Islamic Green #0CB50F
Tints of Islamic Green #0CB50F
RGB
CMYK
RGB Variations
Color information
#0CB50F (or 0x0CB50F) is known color: Islamic Green. HEX triplet: 0C, B5 and 0F. RGB value is (12,181,15). Sum of RGB (Red+Green+Blue) = 12+181+15=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 181 (71.09% from 255 or 87.02% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB50F is #F34AF0. Grayscale: #707070. Windows color (decimal): -15944433 or 1029388. OLE color: 1029388.
HSL color Cylindrical-coordinate representation of color #0CB50F: hue angle of 121.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB50F is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 15 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.29 |
| HSL | 121.07º | 0.88% | 0.38% | - |
| HSV(B) | 121.07º | 0.93% | 0.71% | - |
| XYZ | 16.76 | 33.16 | 5.97 | - |
| YUV | 111.55 | 73.51 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 15 | 0.93 | 0 | 0.92 | 0.29 | 121.07 | 0.88 | 0.38 |
| Hex | C | B5 | F | 5D | 0 | 5C | 1D | 79 | 58 | 26 |
| Octal | 14 | 265 | 17 | 135 | 0 | 134 | 35 | 171 | 130 | 46 |
| Binary | 1100 | 10110101 | 1111 | 1011101 | 0 | 1011100 | 11101 | 1111001 | 1011000 | 100110 |
Color Harmonies of #0CB50F
Complementary color
Monochromatic Colors of #0CB50F
Black with #0CB50F
Text Example
Text Example
White with #0CB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB50F; }
p { color: rgb(12,181,15); }
H1.HeaderClassName
{
color: #0CB50F;
}
.AnyTagClassName
{
color: #0CB50F;
}
</style>
background-color css
<style>
a { background-color: #0CB50F; }
a { background-color: rgb(12,181,15); }
div.DivClassName
{
background-color: #0CB50F;
}
.BgClassName
{
background-color: #0CB50F;
}
</style>
border-color css
<style>
span { border-color: #0CB50F; }
span { border-color: rgb(12,181,15); }
td.TdClassName
{
border-color: #0CB50F;
}
.TagClassName
{
border-color: #0CB50F;
}
</style>