Shades of Green #0B840F
Tints of Green #0B840F
RGB
CMYK
RGB Variations
Color information
#0B840F (or 0x0B840F) is known color: Green. HEX triplet: 0B, 84 and 0F. RGB value is (11,132,15). Sum of RGB (Red+Green+Blue) = 11+132+15=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 132 (51.95% from 255 or 83.54% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 132 - color contains mainly: green. Hex color #0B840F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B840F is #F47BF0. Grayscale: #525252. Windows color (decimal): -16022513 or 1016843. OLE color: 1016843.
HSL color Cylindrical-coordinate representation of color #0B840F: hue angle of 121.98º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B840F is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 132 | 15 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.48 |
| HSL | 121.98º | 0.85% | 0.28% | - |
| HSV(B) | 121.98º | 0.92% | 0.52% | - |
| XYZ | 8.48 | 16.61 | 3.21 | - |
| YUV | 82.48 | 89.91 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 15 | 0.92 | 0 | 0.89 | 0.48 | 121.98 | 0.85 | 0.28 |
| Hex | B | 84 | F | 5C | 0 | 59 | 30 | 7A | 55 | 1C |
| Octal | 13 | 204 | 17 | 134 | 0 | 131 | 60 | 172 | 125 | 34 |
| Binary | 1011 | 10000100 | 1111 | 1011100 | 0 | 1011001 | 110000 | 1111010 | 1010101 | 11100 |
Color Harmonies of #0B840F
Complementary color
Monochromatic Colors of #0B840F
Black with #0B840F
Text Example
Text Example
White with #0B840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B840F; }
p { color: rgb(11,132,15); }
H1.HeaderClassName
{
color: #0B840F;
}
.AnyTagClassName
{
color: #0B840F;
}
</style>
background-color css
<style>
a { background-color: #0B840F; }
a { background-color: rgb(11,132,15); }
div.DivClassName
{
background-color: #0B840F;
}
.BgClassName
{
background-color: #0B840F;
}
</style>
border-color css
<style>
span { border-color: #0B840F; }
span { border-color: rgb(11,132,15); }
td.TdClassName
{
border-color: #0B840F;
}
.TagClassName
{
border-color: #0B840F;
}
</style>