Shades of Dark Pastel Green #0BAD32
Tints of Dark Pastel Green #0BAD32
RGB
CMYK
RGB Variations
Color information
#0BAD32 (or 0x0BAD32) is known color: Dark Pastel Green. HEX triplet: 0B, AD and 32. RGB value is (11,173,50). Sum of RGB (Red+Green+Blue) = 11+173+50=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 173 (67.97% from 255 or 73.93% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAD32 is #F452CD. Grayscale: #6E6E6E. Windows color (decimal): -16011982 or 3321099. OLE color: 3321099.
HSL color Cylindrical-coordinate representation of color #0BAD32: hue angle of 134.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD32 is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 50 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.32 |
| HSL | 134.44º | 0.88% | 0.36% | - |
| HSV(B) | 134.44º | 0.94% | 0.68% | - |
| XYZ | 15.66 | 30.19 | 8.02 | - |
| YUV | 110.54 | 93.83 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 50 | 0.94 | 0 | 0.71 | 0.32 | 134.44 | 0.88 | 0.36 |
| Hex | B | AD | 32 | 5E | 0 | 47 | 20 | 86 | 58 | 24 |
| Octal | 13 | 255 | 62 | 136 | 0 | 107 | 40 | 206 | 130 | 44 |
| Binary | 1011 | 10101101 | 110010 | 1011110 | 0 | 1000111 | 100000 | 10000110 | 1011000 | 100100 |
Color Harmonies of #0BAD32
Complementary color
Monochromatic Colors of #0BAD32
Black with #0BAD32
Text Example
Text Example
White with #0BAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD32; }
p { color: rgb(11,173,50); }
H1.HeaderClassName
{
color: #0BAD32;
}
.AnyTagClassName
{
color: #0BAD32;
}
</style>
background-color css
<style>
a { background-color: #0BAD32; }
a { background-color: rgb(11,173,50); }
div.DivClassName
{
background-color: #0BAD32;
}
.BgClassName
{
background-color: #0BAD32;
}
</style>
border-color css
<style>
span { border-color: #0BAD32; }
span { border-color: rgb(11,173,50); }
td.TdClassName
{
border-color: #0BAD32;
}
.TagClassName
{
border-color: #0BAD32;
}
</style>