Shades of Islamic Green #0BBB0D
Tints of Islamic Green #0BBB0D
RGB
CMYK
RGB Variations
Color information
#0BBB0D (or 0x0BBB0D) is known color: Islamic Green. HEX triplet: 0B, BB and 0D. RGB value is (11,187,13). Sum of RGB (Red+Green+Blue) = 11+187+13=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 187 (73.44% from 255 or 88.63% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBB0D is #F444F2. Grayscale: #737373. Windows color (decimal): -16008435 or 899851. OLE color: 899851.
HSL color Cylindrical-coordinate representation of color #0BBB0D: hue angle of 120.68º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB0D is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 13 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.27 |
| HSL | 120.68º | 0.89% | 0.39% | - |
| HSV(B) | 120.68º | 0.94% | 0.73% | - |
| XYZ | 17.98 | 35.64 | 6.31 | - |
| YUV | 114.54 | 70.69 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 13 | 0.94 | 0 | 0.93 | 0.27 | 120.68 | 0.89 | 0.39 |
| Hex | B | BB | D | 5E | 0 | 5D | 1B | 79 | 59 | 27 |
| Octal | 13 | 273 | 15 | 136 | 0 | 135 | 33 | 171 | 131 | 47 |
| Binary | 1011 | 10111011 | 1101 | 1011110 | 0 | 1011101 | 11011 | 1111001 | 1011001 | 100111 |
Color Harmonies of #0BBB0D
Complementary color
Monochromatic Colors of #0BBB0D
Black with #0BBB0D
Text Example
Text Example
White with #0BBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB0D; }
p { color: rgb(11,187,13); }
H1.HeaderClassName
{
color: #0BBB0D;
}
.AnyTagClassName
{
color: #0BBB0D;
}
</style>
background-color css
<style>
a { background-color: #0BBB0D; }
a { background-color: rgb(11,187,13); }
div.DivClassName
{
background-color: #0BBB0D;
}
.BgClassName
{
background-color: #0BBB0D;
}
</style>
border-color css
<style>
span { border-color: #0BBB0D; }
span { border-color: rgb(11,187,13); }
td.TdClassName
{
border-color: #0BBB0D;
}
.TagClassName
{
border-color: #0BBB0D;
}
</style>