Shades of Dark Pastel Green #16B422
Tints of Dark Pastel Green #16B422
RGB
CMYK
RGB Variations
Color information
#16B422 (or 0x16B422) is known color: Dark Pastel Green. HEX triplet: 16, B4 and 22. RGB value is (22,180,34). Sum of RGB (Red+Green+Blue) = 22+180+34=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 180 (70.70% from 255 or 76.27% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 180 - color contains mainly: green. Hex color #16B422 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B422 is #E94BDD. Grayscale: #747474. Windows color (decimal): -15289310 or 2274326. OLE color: 2274326.
HSL color Cylindrical-coordinate representation of color #16B422: hue angle of 124.56º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B422 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 34 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.29 |
| HSL | 124.56º | 0.78% | 0.4% | - |
| HSV(B) | 124.56º | 0.88% | 0.71% | - |
| XYZ | 16.94 | 32.93 | 6.98 | - |
| YUV | 116.11 | 81.65 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 34 | 0.88 | 0 | 0.81 | 0.29 | 124.56 | 0.78 | 0.4 |
| Hex | 16 | B4 | 22 | 58 | 0 | 51 | 1D | 7D | 4E | 28 |
| Octal | 26 | 264 | 42 | 130 | 0 | 121 | 35 | 175 | 116 | 50 |
| Binary | 10110 | 10110100 | 100010 | 1011000 | 0 | 1010001 | 11101 | 1111101 | 1001110 | 101000 |
Color Harmonies of #16B422
Complementary color
Monochromatic Colors of #16B422
Black with #16B422
Text Example
Text Example
White with #16B422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B422; }
p { color: rgb(22,180,34); }
H1.HeaderClassName
{
color: #16B422;
}
.AnyTagClassName
{
color: #16B422;
}
</style>
background-color css
<style>
a { background-color: #16B422; }
a { background-color: rgb(22,180,34); }
div.DivClassName
{
background-color: #16B422;
}
.BgClassName
{
background-color: #16B422;
}
</style>
border-color css
<style>
span { border-color: #16B422; }
span { border-color: rgb(22,180,34); }
td.TdClassName
{
border-color: #16B422;
}
.TagClassName
{
border-color: #16B422;
}
</style>