Shades of Islamic Green #0CBE10
Tints of Islamic Green #0CBE10
RGB
CMYK
RGB Variations
Color information
#0CBE10 (or 0x0CBE10) is known color: Islamic Green. HEX triplet: 0C, BE and 10. RGB value is (12,190,16). Sum of RGB (Red+Green+Blue) = 12+190+16=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 190 (74.61% from 255 or 87.16% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBE10 is #F341EF. Grayscale: #757575. Windows color (decimal): -15942128 or 1097228. OLE color: 1097228.
HSL color Cylindrical-coordinate representation of color #0CBE10: hue angle of 121.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE10 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 16 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.25 |
| HSL | 121.35º | 0.88% | 0.4% | - |
| HSV(B) | 121.35º | 0.94% | 0.75% | - |
| XYZ | 18.66 | 36.94 | 6.64 | - |
| YUV | 116.94 | 71.03 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 16 | 0.94 | 0 | 0.92 | 0.25 | 121.35 | 0.88 | 0.4 |
| Hex | C | BE | 10 | 5E | 0 | 5C | 19 | 79 | 58 | 28 |
| Octal | 14 | 276 | 20 | 136 | 0 | 134 | 31 | 171 | 130 | 50 |
| Binary | 1100 | 10111110 | 10000 | 1011110 | 0 | 1011100 | 11001 | 1111001 | 1011000 | 101000 |
Color Harmonies of #0CBE10
Complementary color
Monochromatic Colors of #0CBE10
Black with #0CBE10
Text Example
Text Example
White with #0CBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE10; }
p { color: rgb(12,190,16); }
H1.HeaderClassName
{
color: #0CBE10;
}
.AnyTagClassName
{
color: #0CBE10;
}
</style>
background-color css
<style>
a { background-color: #0CBE10; }
a { background-color: rgb(12,190,16); }
div.DivClassName
{
background-color: #0CBE10;
}
.BgClassName
{
background-color: #0CBE10;
}
</style>
border-color css
<style>
span { border-color: #0CBE10; }
span { border-color: rgb(12,190,16); }
td.TdClassName
{
border-color: #0CBE10;
}
.TagClassName
{
border-color: #0CBE10;
}
</style>