Shades of Green #0B880A
Tints of Green #0B880A
RGB
CMYK
RGB Variations
Color information
#0B880A (or 0x0B880A) is known color: Green. HEX triplet: 0B, 88 and 0A. RGB value is (11,136,10). Sum of RGB (Red+Green+Blue) = 11+136+10=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 136 (53.52% from 255 or 86.62% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 136 - color contains mainly: green. Hex color #0B880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B880A is #F477F5. Grayscale: #545454. Windows color (decimal): -16021494 or 690187. OLE color: 690187.
HSL color Cylindrical-coordinate representation of color #0B880A: hue angle of 119.52º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B880A is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 10 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.47 |
| HSL | 119.52º | 0.86% | 0.29% | - |
| HSV(B) | 119.52º | 0.93% | 0.53% | - |
| XYZ | 9 | 17.7 | 3.23 | - |
| YUV | 84.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 10 | 0.92 | 0 | 0.93 | 0.47 | 119.52 | 0.86 | 0.29 |
| Hex | B | 88 | A | 5C | 0 | 5D | 2F | 78 | 56 | 1D |
| Octal | 13 | 210 | 12 | 134 | 0 | 135 | 57 | 170 | 126 | 35 |
| Binary | 1011 | 10001000 | 1010 | 1011100 | 0 | 1011101 | 101111 | 1111000 | 1010110 | 11101 |
Color Harmonies of #0B880A
Complementary color
Monochromatic Colors of #0B880A
Black with #0B880A
Text Example
Text Example
White with #0B880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B880A; }
p { color: rgb(11,136,10); }
H1.HeaderClassName
{
color: #0B880A;
}
.AnyTagClassName
{
color: #0B880A;
}
</style>
background-color css
<style>
a { background-color: #0B880A; }
a { background-color: rgb(11,136,10); }
div.DivClassName
{
background-color: #0B880A;
}
.BgClassName
{
background-color: #0B880A;
}
</style>
border-color css
<style>
span { border-color: #0B880A; }
span { border-color: rgb(11,136,10); }
td.TdClassName
{
border-color: #0B880A;
}
.TagClassName
{
border-color: #0B880A;
}
</style>