Shades of Islamic Green #0BBC14
Tints of Islamic Green #0BBC14
RGB
CMYK
RGB Variations
Color information
#0BBC14 (or 0x0BBC14) is known color: Islamic Green. HEX triplet: 0B, BC and 14. RGB value is (11,188,20). Sum of RGB (Red+Green+Blue) = 11+188+20=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 188 (73.83% from 255 or 85.84% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC14 is #F443EB. Grayscale: #747474. Windows color (decimal): -16008172 or 1358859. OLE color: 1358859.
HSL color Cylindrical-coordinate representation of color #0BBC14: hue angle of 123.05º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC14 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 20 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.26 |
| HSL | 123.05º | 0.89% | 0.39% | - |
| HSV(B) | 123.05º | 0.94% | 0.74% | - |
| XYZ | 18.25 | 36.09 | 6.67 | - |
| YUV | 115.93 | 73.86 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 20 | 0.94 | 0 | 0.89 | 0.26 | 123.05 | 0.89 | 0.39 |
| Hex | B | BC | 14 | 5E | 0 | 59 | 1A | 7B | 59 | 27 |
| Octal | 13 | 274 | 24 | 136 | 0 | 131 | 32 | 173 | 131 | 47 |
| Binary | 1011 | 10111100 | 10100 | 1011110 | 0 | 1011001 | 11010 | 1111011 | 1011001 | 100111 |
Color Harmonies of #0BBC14
Complementary color
Monochromatic Colors of #0BBC14
Black with #0BBC14
Text Example
Text Example
White with #0BBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC14; }
p { color: rgb(11,188,20); }
H1.HeaderClassName
{
color: #0BBC14;
}
.AnyTagClassName
{
color: #0BBC14;
}
</style>
background-color css
<style>
a { background-color: #0BBC14; }
a { background-color: rgb(11,188,20); }
div.DivClassName
{
background-color: #0BBC14;
}
.BgClassName
{
background-color: #0BBC14;
}
</style>
border-color css
<style>
span { border-color: #0BBC14; }
span { border-color: rgb(11,188,20); }
td.TdClassName
{
border-color: #0BBC14;
}
.TagClassName
{
border-color: #0BBC14;
}
</style>