Shades of Islamic Green #0BB40A
Tints of Islamic Green #0BB40A
RGB
CMYK
RGB Variations
Color information
#0BB40A (or 0x0BB40A) is known color: Islamic Green. HEX triplet: 0B, B4 and 0A. RGB value is (11,180,10). Sum of RGB (Red+Green+Blue) = 11+180+10=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 180 (70.70% from 255 or 89.55% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB40A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB40A is #F44BF5. Grayscale: #6E6E6E. Windows color (decimal): -16010230 or 701451. OLE color: 701451.
HSL color Cylindrical-coordinate representation of color #0BB40A: hue angle of 119.65º degrees, saturation: 0.89, 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 #0BB40A is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 180 | 10 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.29 |
| HSL | 119.65º | 0.89% | 0.37% | - |
| HSV(B) | 119.65º | 0.94% | 0.71% | - |
| XYZ | 16.51 | 32.74 | 5.74 | - |
| YUV | 110.09 | 71.51 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 10 | 0.94 | 0 | 0.94 | 0.29 | 119.65 | 0.89 | 0.37 |
| Hex | B | B4 | A | 5E | 0 | 5E | 1D | 78 | 59 | 25 |
| Octal | 13 | 264 | 12 | 136 | 0 | 136 | 35 | 170 | 131 | 45 |
| Binary | 1011 | 10110100 | 1010 | 1011110 | 0 | 1011110 | 11101 | 1111000 | 1011001 | 100101 |
Color Harmonies of #0BB40A
Complementary color
Monochromatic Colors of #0BB40A
Black with #0BB40A
Text Example
Text Example
White with #0BB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB40A; }
p { color: rgb(11,180,10); }
H1.HeaderClassName
{
color: #0BB40A;
}
.AnyTagClassName
{
color: #0BB40A;
}
</style>
background-color css
<style>
a { background-color: #0BB40A; }
a { background-color: rgb(11,180,10); }
div.DivClassName
{
background-color: #0BB40A;
}
.BgClassName
{
background-color: #0BB40A;
}
</style>
border-color css
<style>
span { border-color: #0BB40A; }
span { border-color: rgb(11,180,10); }
td.TdClassName
{
border-color: #0BB40A;
}
.TagClassName
{
border-color: #0BB40A;
}
</style>