Shades of Dark Pastel Green #16BA32
Tints of Dark Pastel Green #16BA32
RGB
CMYK
RGB Variations
Color information
#16BA32 (or 0x16BA32) is known color: Dark Pastel Green. HEX triplet: 16, BA and 32. RGB value is (22,186,50). Sum of RGB (Red+Green+Blue) = 22+186+50=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA32 is #E945CD. Grayscale: #797979. Windows color (decimal): -15287758 or 3324438. OLE color: 3324438.
HSL color Cylindrical-coordinate representation of color #16BA32: hue angle of 130.24º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BA32 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 50 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.27 |
| HSL | 130.24º | 0.79% | 0.41% | - |
| HSV(B) | 130.24º | 0.88% | 0.73% | - |
| XYZ | 18.47 | 35.52 | 8.9 | - |
| YUV | 121.46 | 87.67 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 50 | 0.88 | 0 | 0.73 | 0.27 | 130.24 | 0.79 | 0.41 |
| Hex | 16 | BA | 32 | 58 | 0 | 49 | 1B | 82 | 4F | 29 |
| Octal | 26 | 272 | 62 | 130 | 0 | 111 | 33 | 202 | 117 | 51 |
| Binary | 10110 | 10111010 | 110010 | 1011000 | 0 | 1001001 | 11011 | 10000010 | 1001111 | 101001 |
Color Harmonies of #16BA32
Complementary color
Monochromatic Colors of #16BA32
Black with #16BA32
Text Example
Text Example
White with #16BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA32; }
p { color: rgb(22,186,50); }
H1.HeaderClassName
{
color: #16BA32;
}
.AnyTagClassName
{
color: #16BA32;
}
</style>
background-color css
<style>
a { background-color: #16BA32; }
a { background-color: rgb(22,186,50); }
div.DivClassName
{
background-color: #16BA32;
}
.BgClassName
{
background-color: #16BA32;
}
</style>
border-color css
<style>
span { border-color: #16BA32; }
span { border-color: rgb(22,186,50); }
td.TdClassName
{
border-color: #16BA32;
}
.TagClassName
{
border-color: #16BA32;
}
</style>