Shades of Dark Pastel Green #0BA22E
Tints of Dark Pastel Green #0BA22E
RGB
CMYK
RGB Variations
Color information
#0BA22E (or 0x0BA22E) is known color: Dark Pastel Green. HEX triplet: 0B, A2 and 2E. RGB value is (11,162,46). Sum of RGB (Red+Green+Blue) = 11+162+46=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 162 (63.67% from 255 or 73.97% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA22E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA22E is #F45DD1. Grayscale: #676767. Windows color (decimal): -16014802 or 3056139. OLE color: 3056139.
HSL color Cylindrical-coordinate representation of color #0BA22E: hue angle of 133.91º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA22E is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 46 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.36 |
| HSL | 133.91º | 0.87% | 0.34% | - |
| HSV(B) | 133.91º | 0.93% | 0.64% | - |
| XYZ | 13.55 | 26.11 | 6.91 | - |
| YUV | 103.63 | 95.47 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 46 | 0.93 | 0 | 0.72 | 0.36 | 133.91 | 0.87 | 0.34 |
| Hex | B | A2 | 2E | 5D | 0 | 48 | 24 | 86 | 57 | 22 |
| Octal | 13 | 242 | 56 | 135 | 0 | 110 | 44 | 206 | 127 | 42 |
| Binary | 1011 | 10100010 | 101110 | 1011101 | 0 | 1001000 | 100100 | 10000110 | 1010111 | 100010 |
Color Harmonies of #0BA22E
Complementary color
Monochromatic Colors of #0BA22E
Black with #0BA22E
Text Example
Text Example
White with #0BA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA22E; }
p { color: rgb(11,162,46); }
H1.HeaderClassName
{
color: #0BA22E;
}
.AnyTagClassName
{
color: #0BA22E;
}
</style>
background-color css
<style>
a { background-color: #0BA22E; }
a { background-color: rgb(11,162,46); }
div.DivClassName
{
background-color: #0BA22E;
}
.BgClassName
{
background-color: #0BA22E;
}
</style>
border-color css
<style>
span { border-color: #0BA22E; }
span { border-color: rgb(11,162,46); }
td.TdClassName
{
border-color: #0BA22E;
}
.TagClassName
{
border-color: #0BA22E;
}
</style>