Shades of Islamic Green #0BB40F
Tints of Islamic Green #0BB40F
RGB
CMYK
RGB Variations
Color information
#0BB40F (or 0x0BB40F) is known color: Islamic Green. HEX triplet: 0B, B4 and 0F. RGB value is (11,180,15). Sum of RGB (Red+Green+Blue) = 11+180+15=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 180 (70.70% from 255 or 87.38% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB40F is #F44BF0. Grayscale: #6F6F6F. Windows color (decimal): -16010225 or 1029131. OLE color: 1029131.
HSL color Cylindrical-coordinate representation of color #0BB40F: hue angle of 121.42º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB40F is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 15 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.29 |
| HSL | 121.42º | 0.88% | 0.37% | - |
| HSV(B) | 121.42º | 0.94% | 0.71% | - |
| XYZ | 16.55 | 32.75 | 5.9 | - |
| YUV | 110.66 | 74.01 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 15 | 0.94 | 0 | 0.92 | 0.29 | 121.42 | 0.88 | 0.37 |
| Hex | B | B4 | F | 5E | 0 | 5C | 1D | 79 | 58 | 25 |
| Octal | 13 | 264 | 17 | 136 | 0 | 134 | 35 | 171 | 130 | 45 |
| Binary | 1011 | 10110100 | 1111 | 1011110 | 0 | 1011100 | 11101 | 1111001 | 1011000 | 100101 |
Color Harmonies of #0BB40F
Complementary color
Monochromatic Colors of #0BB40F
Black with #0BB40F
Text Example
Text Example
White with #0BB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB40F; }
p { color: rgb(11,180,15); }
H1.HeaderClassName
{
color: #0BB40F;
}
.AnyTagClassName
{
color: #0BB40F;
}
</style>
background-color css
<style>
a { background-color: #0BB40F; }
a { background-color: rgb(11,180,15); }
div.DivClassName
{
background-color: #0BB40F;
}
.BgClassName
{
background-color: #0BB40F;
}
</style>
border-color css
<style>
span { border-color: #0BB40F; }
span { border-color: rgb(11,180,15); }
td.TdClassName
{
border-color: #0BB40F;
}
.TagClassName
{
border-color: #0BB40F;
}
</style>