Shades of Green #0B8A0A
Tints of Green #0B8A0A
RGB
CMYK
RGB Variations
Color information
#0B8A0A (or 0x0B8A0A) is known color: Green. HEX triplet: 0B, 8A and 0A. RGB value is (11,138,10). Sum of RGB (Red+Green+Blue) = 11+138+10=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8A0A is #F475F5. Grayscale: #555555. Windows color (decimal): -16020982 or 690699. OLE color: 690699.
HSL color Cylindrical-coordinate representation of color #0B8A0A: hue angle of 119.53º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8A0A is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 10 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.46 |
| HSL | 119.53º | 0.86% | 0.29% | - |
| HSV(B) | 119.53º | 0.93% | 0.54% | - |
| XYZ | 9.28 | 18.27 | 3.32 | - |
| YUV | 85.44 | 85.42 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 10 | 0.92 | 0 | 0.93 | 0.46 | 119.53 | 0.86 | 0.29 |
| Hex | B | 8A | A | 5C | 0 | 5D | 2E | 78 | 56 | 1D |
| Octal | 13 | 212 | 12 | 134 | 0 | 135 | 56 | 170 | 126 | 35 |
| Binary | 1011 | 10001010 | 1010 | 1011100 | 0 | 1011101 | 101110 | 1111000 | 1010110 | 11101 |
Color Harmonies of #0B8A0A
Complementary color
Monochromatic Colors of #0B8A0A
Black with #0B8A0A
Text Example
Text Example
White with #0B8A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A0A; }
p { color: rgb(11,138,10); }
H1.HeaderClassName
{
color: #0B8A0A;
}
.AnyTagClassName
{
color: #0B8A0A;
}
</style>
background-color css
<style>
a { background-color: #0B8A0A; }
a { background-color: rgb(11,138,10); }
div.DivClassName
{
background-color: #0B8A0A;
}
.BgClassName
{
background-color: #0B8A0A;
}
</style>
border-color css
<style>
span { border-color: #0B8A0A; }
span { border-color: rgb(11,138,10); }
td.TdClassName
{
border-color: #0B8A0A;
}
.TagClassName
{
border-color: #0B8A0A;
}
</style>