Shades of Dark Pastel Green #0BAC22
Tints of Dark Pastel Green #0BAC22
RGB
CMYK
RGB Variations
Color information
#0BAC22 (or 0x0BAC22) is known color: Dark Pastel Green. HEX triplet: 0B, AC and 22. RGB value is (11,172,34). Sum of RGB (Red+Green+Blue) = 11+172+34=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAC22 is #F453DD. Grayscale: #6C6C6C. Windows color (decimal): -16012254 or 2272267. OLE color: 2272267.
HSL color Cylindrical-coordinate representation of color #0BAC22: hue angle of 128.57º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC22 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 34 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.33 |
| HSL | 128.57º | 0.88% | 0.36% | - |
| HSV(B) | 128.57º | 0.94% | 0.67% | - |
| XYZ | 15.18 | 29.69 | 6.44 | - |
| YUV | 108.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 34 | 0.94 | 0 | 0.80 | 0.33 | 128.57 | 0.88 | 0.36 |
| Hex | B | AC | 22 | 5E | 0 | 50 | 21 | 81 | 58 | 24 |
| Octal | 13 | 254 | 42 | 136 | 0 | 120 | 41 | 201 | 130 | 44 |
| Binary | 1011 | 10101100 | 100010 | 1011110 | 0 | 1010000 | 100001 | 10000001 | 1011000 | 100100 |
Color Harmonies of #0BAC22
Complementary color
Monochromatic Colors of #0BAC22
Black with #0BAC22
Text Example
Text Example
White with #0BAC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC22; }
p { color: rgb(11,172,34); }
H1.HeaderClassName
{
color: #0BAC22;
}
.AnyTagClassName
{
color: #0BAC22;
}
</style>
background-color css
<style>
a { background-color: #0BAC22; }
a { background-color: rgb(11,172,34); }
div.DivClassName
{
background-color: #0BAC22;
}
.BgClassName
{
background-color: #0BAC22;
}
</style>
border-color css
<style>
span { border-color: #0BAC22; }
span { border-color: rgb(11,172,34); }
td.TdClassName
{
border-color: #0BAC22;
}
.TagClassName
{
border-color: #0BAC22;
}
</style>