Shades of Green #0B8814
Tints of Green #0B8814
RGB
CMYK
RGB Variations
Color information
#0B8814 (or 0x0B8814) is known color: Green. HEX triplet: 0B, 88 and 14. RGB value is (11,136,20). Sum of RGB (Red+Green+Blue) = 11+136+20=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #0B8814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8814 is #F477EB. Grayscale: #555555. Windows color (decimal): -16021484 or 1345547. OLE color: 1345547.
HSL color Cylindrical-coordinate representation of color #0B8814: hue angle of 124.32º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8814 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 20 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.47 |
| HSL | 124.32º | 0.85% | 0.29% | - |
| HSV(B) | 124.32º | 0.92% | 0.53% | - |
| XYZ | 9.07 | 17.73 | 3.61 | - |
| YUV | 85.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 20 | 0.92 | 0 | 0.85 | 0.47 | 124.32 | 0.85 | 0.29 |
| Hex | B | 88 | 14 | 5C | 0 | 55 | 2F | 7C | 55 | 1D |
| Octal | 13 | 210 | 24 | 134 | 0 | 125 | 57 | 174 | 125 | 35 |
| Binary | 1011 | 10001000 | 10100 | 1011100 | 0 | 1010101 | 101111 | 1111100 | 1010101 | 11101 |
Color Harmonies of #0B8814
Complementary color
Monochromatic Colors of #0B8814
Black with #0B8814
Text Example
Text Example
White with #0B8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8814; }
p { color: rgb(11,136,20); }
H1.HeaderClassName
{
color: #0B8814;
}
.AnyTagClassName
{
color: #0B8814;
}
</style>
background-color css
<style>
a { background-color: #0B8814; }
a { background-color: rgb(11,136,20); }
div.DivClassName
{
background-color: #0B8814;
}
.BgClassName
{
background-color: #0B8814;
}
</style>
border-color css
<style>
span { border-color: #0B8814; }
span { border-color: rgb(11,136,20); }
td.TdClassName
{
border-color: #0B8814;
}
.TagClassName
{
border-color: #0B8814;
}
</style>