Shades of Islamic Green #0BB80E
Tints of Islamic Green #0BB80E
RGB
CMYK
RGB Variations
Color information
#0BB80E (or 0x0BB80E) is known color: Islamic Green. HEX triplet: 0B, B8 and 0E. RGB value is (11,184,14). Sum of RGB (Red+Green+Blue) = 11+184+14=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 184 (72.27% from 255 or 88.04% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB80E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB80E is #F447F1. Grayscale: #717171. Windows color (decimal): -16009202 or 964619. OLE color: 964619.
HSL color Cylindrical-coordinate representation of color #0BB80E: hue angle of 121.04º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB80E is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 14 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.28 |
| HSL | 121.04º | 0.89% | 0.38% | - |
| HSV(B) | 121.04º | 0.94% | 0.72% | - |
| XYZ | 17.36 | 34.38 | 6.14 | - |
| YUV | 112.89 | 72.19 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 14 | 0.94 | 0 | 0.92 | 0.28 | 121.04 | 0.89 | 0.38 |
| Hex | B | B8 | E | 5E | 0 | 5C | 1C | 79 | 59 | 26 |
| Octal | 13 | 270 | 16 | 136 | 0 | 134 | 34 | 171 | 131 | 46 |
| Binary | 1011 | 10111000 | 1110 | 1011110 | 0 | 1011100 | 11100 | 1111001 | 1011001 | 100110 |
Color Harmonies of #0BB80E
Complementary color
Monochromatic Colors of #0BB80E
Black with #0BB80E
Text Example
Text Example
White with #0BB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB80E; }
p { color: rgb(11,184,14); }
H1.HeaderClassName
{
color: #0BB80E;
}
.AnyTagClassName
{
color: #0BB80E;
}
</style>
background-color css
<style>
a { background-color: #0BB80E; }
a { background-color: rgb(11,184,14); }
div.DivClassName
{
background-color: #0BB80E;
}
.BgClassName
{
background-color: #0BB80E;
}
</style>
border-color css
<style>
span { border-color: #0BB80E; }
span { border-color: rgb(11,184,14); }
td.TdClassName
{
border-color: #0BB80E;
}
.TagClassName
{
border-color: #0BB80E;
}
</style>