Shades of Islamic Green #0BC208
Tints of Islamic Green #0BC208
RGB
CMYK
RGB Variations
Color information
#0BC208 (or 0x0BC208) is known color: Islamic Green. HEX triplet: 0B, C2 and 08. RGB value is (11,194,8). Sum of RGB (Red+Green+Blue) = 11+194+8=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 194 (76.17% from 255 or 91.08% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC208 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC208 is #F43DF7. Grayscale: #767676. Windows color (decimal): -16006648 or 573963. OLE color: 573963.
HSL color Cylindrical-coordinate representation of color #0BC208: hue angle of 119.03º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BC208 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.24 |
| HSL | 119.03º | 0.92% | 0.4% | - |
| HSV(B) | 119.03º | 0.96% | 0.76% | - |
| XYZ | 19.47 | 38.67 | 6.67 | - |
| YUV | 118.08 | 65.87 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 8 | 0.94 | 0 | 0.96 | 0.24 | 119.03 | 0.92 | 0.4 |
| Hex | B | C2 | 8 | 5E | 0 | 60 | 18 | 77 | 5C | 28 |
| Octal | 13 | 302 | 10 | 136 | 0 | 140 | 30 | 167 | 134 | 50 |
| Binary | 1011 | 11000010 | 1000 | 1011110 | 0 | 1100000 | 11000 | 1110111 | 1011100 | 101000 |
Color Harmonies of #0BC208
Complementary color
Monochromatic Colors of #0BC208
Black with #0BC208
Text Example
Text Example
White with #0BC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC208; }
p { color: rgb(11,194,8); }
H1.HeaderClassName
{
color: #0BC208;
}
.AnyTagClassName
{
color: #0BC208;
}
</style>
background-color css
<style>
a { background-color: #0BC208; }
a { background-color: rgb(11,194,8); }
div.DivClassName
{
background-color: #0BC208;
}
.BgClassName
{
background-color: #0BC208;
}
</style>
border-color css
<style>
span { border-color: #0BC208; }
span { border-color: rgb(11,194,8); }
td.TdClassName
{
border-color: #0BC208;
}
.TagClassName
{
border-color: #0BC208;
}
</style>