Shades of Green #0B8A11
Tints of Green #0B8A11
RGB
CMYK
RGB Variations
Color information
#0B8A11 (or 0x0B8A11) is known color: Green. HEX triplet: 0B, 8A and 11. RGB value is (11,138,17). Sum of RGB (Red+Green+Blue) = 11+138+17=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 138 (54.30% from 255 or 83.13% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8A11 is #F475EE. Grayscale: #565656. Windows color (decimal): -16020975 or 1149451. OLE color: 1149451.
HSL color Cylindrical-coordinate representation of color #0B8A11: hue angle of 122.83º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8A11 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 17 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.46 |
| HSL | 122.83º | 0.85% | 0.29% | - |
| HSV(B) | 122.83º | 0.92% | 0.54% | - |
| XYZ | 9.33 | 18.29 | 3.57 | - |
| YUV | 86.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 17 | 0.92 | 0 | 0.88 | 0.46 | 122.83 | 0.85 | 0.29 |
| Hex | B | 8A | 11 | 5C | 0 | 58 | 2E | 7B | 55 | 1D |
| Octal | 13 | 212 | 21 | 134 | 0 | 130 | 56 | 173 | 125 | 35 |
| Binary | 1011 | 10001010 | 10001 | 1011100 | 0 | 1011000 | 101110 | 1111011 | 1010101 | 11101 |
Color Harmonies of #0B8A11
Complementary color
Monochromatic Colors of #0B8A11
Black with #0B8A11
Text Example
Text Example
White with #0B8A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A11; }
p { color: rgb(11,138,17); }
H1.HeaderClassName
{
color: #0B8A11;
}
.AnyTagClassName
{
color: #0B8A11;
}
</style>
background-color css
<style>
a { background-color: #0B8A11; }
a { background-color: rgb(11,138,17); }
div.DivClassName
{
background-color: #0B8A11;
}
.BgClassName
{
background-color: #0B8A11;
}
</style>
border-color css
<style>
span { border-color: #0B8A11; }
span { border-color: rgb(11,138,17); }
td.TdClassName
{
border-color: #0B8A11;
}
.TagClassName
{
border-color: #0B8A11;
}
</style>