Shades of Islamic Green #0BC808
Tints of Islamic Green #0BC808
RGB
CMYK
RGB Variations
Color information
#0BC808 (or 0x0BC808) is known color: Islamic Green. HEX triplet: 0B, C8 and 08. RGB value is (11,200,8). Sum of RGB (Red+Green+Blue) = 11+200+8=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 200 (78.52% from 255 or 91.32% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC808 is #F437F7. Grayscale: #7A7A7A. Windows color (decimal): -16005112 or 575499. OLE color: 575499.
HSL color Cylindrical-coordinate representation of color #0BC808: hue angle of 119.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BC808 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 200 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.22 |
| HSL | 119.06º | 0.92% | 0.41% | - |
| HSV(B) | 119.06º | 0.96% | 0.78% | - |
| XYZ | 20.84 | 41.4 | 7.12 | - |
| YUV | 121.6 | 63.88 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 200 | 8 | 0.94 | 0 | 0.96 | 0.22 | 119.06 | 0.92 | 0.41 |
| Hex | B | C8 | 8 | 5E | 0 | 60 | 16 | 77 | 5C | 29 |
| Octal | 13 | 310 | 10 | 136 | 0 | 140 | 26 | 167 | 134 | 51 |
| Binary | 1011 | 11001000 | 1000 | 1011110 | 0 | 1100000 | 10110 | 1110111 | 1011100 | 101001 |
Color Harmonies of #0BC808
Complementary color
Monochromatic Colors of #0BC808
Black with #0BC808
Text Example
Text Example
White with #0BC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC808; }
p { color: rgb(11,200,8); }
H1.HeaderClassName
{
color: #0BC808;
}
.AnyTagClassName
{
color: #0BC808;
}
</style>
background-color css
<style>
a { background-color: #0BC808; }
a { background-color: rgb(11,200,8); }
div.DivClassName
{
background-color: #0BC808;
}
.BgClassName
{
background-color: #0BC808;
}
</style>
border-color css
<style>
span { border-color: #0BC808; }
span { border-color: rgb(11,200,8); }
td.TdClassName
{
border-color: #0BC808;
}
.TagClassName
{
border-color: #0BC808;
}
</style>