Shades of Green #0B8400
Tints of Green #0B8400
RGB
CMYK
RGB Variations
Color information
#0B8400 (or 0x0B8400) is known color: Green. HEX triplet: 0B, 84 and 00. RGB value is (11,132,0). Sum of RGB (Red+Green+Blue) = 11+132+0=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 132 (51.95% from 255 or 92.31% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 132 - color contains mainly: green. Hex color #0B8400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8400 is #F47BFF. Grayscale: #515151. Windows color (decimal): -16022528 or 33803. OLE color: 33803.
HSL color Cylindrical-coordinate representation of color #0B8400: hue angle of 115º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B8400 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 132 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.48 |
| HSL | 115º | 1% | 0.26% | - |
| HSV(B) | 115º | 1% | 0.52% | - |
| XYZ | 8.39 | 16.57 | 2.76 | - |
| YUV | 80.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 0 | 0.92 | 0 | 1 | 0.48 | 115 | 1 | 0.26 |
| Hex | B | 84 | 0 | 5C | 0 | 64 | 30 | 73 | 64 | 1A |
| Octal | 13 | 204 | 0 | 134 | 0 | 144 | 60 | 163 | 144 | 32 |
| Binary | 1011 | 10000100 | 0 | 1011100 | 0 | 1100100 | 110000 | 1110011 | 1100100 | 11010 |
Color Harmonies of #0B8400
Complementary color
Monochromatic Colors of #0B8400
Black with #0B8400
Text Example
Text Example
White with #0B8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8400; }
p { color: rgb(11,132,0); }
H1.HeaderClassName
{
color: #0B8400;
}
.AnyTagClassName
{
color: #0B8400;
}
</style>
background-color css
<style>
a { background-color: #0B8400; }
a { background-color: rgb(11,132,0); }
div.DivClassName
{
background-color: #0B8400;
}
.BgClassName
{
background-color: #0B8400;
}
</style>
border-color css
<style>
span { border-color: #0B8400; }
span { border-color: rgb(11,132,0); }
td.TdClassName
{
border-color: #0B8400;
}
.TagClassName
{
border-color: #0B8400;
}
</style>