Shades of Dark Pastel Green #16B531
Tints of Dark Pastel Green #16B531
RGB
CMYK
RGB Variations
Color information
#16B531 (or 0x16B531) is known color: Dark Pastel Green. HEX triplet: 16, B5 and 31. RGB value is (22,181,49). Sum of RGB (Red+Green+Blue) = 22+181+49=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #16B531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B531 is #E94ACE. Grayscale: #767676. Windows color (decimal): -15289039 or 3257622. OLE color: 3257622.
HSL color Cylindrical-coordinate representation of color #16B531: hue angle of 130.19º 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 #16B531 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 181 | 49 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.29 |
| HSL | 130.19º | 0.78% | 0.4% | - |
| HSV(B) | 130.19º | 0.88% | 0.71% | - |
| XYZ | 17.41 | 33.44 | 8.44 | - |
| YUV | 118.41 | 88.82 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 181 | 49 | 0.88 | 0 | 0.73 | 0.29 | 130.19 | 0.78 | 0.4 |
| Hex | 16 | B5 | 31 | 58 | 0 | 49 | 1D | 82 | 4E | 28 |
| Octal | 26 | 265 | 61 | 130 | 0 | 111 | 35 | 202 | 116 | 50 |
| Binary | 10110 | 10110101 | 110001 | 1011000 | 0 | 1001001 | 11101 | 10000010 | 1001110 | 101000 |
Color Harmonies of #16B531
Complementary color
Monochromatic Colors of #16B531
Black with #16B531
Text Example
Text Example
White with #16B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B531; }
p { color: rgb(22,181,49); }
H1.HeaderClassName
{
color: #16B531;
}
.AnyTagClassName
{
color: #16B531;
}
</style>
background-color css
<style>
a { background-color: #16B531; }
a { background-color: rgb(22,181,49); }
div.DivClassName
{
background-color: #16B531;
}
.BgClassName
{
background-color: #16B531;
}
</style>
border-color css
<style>
span { border-color: #16B531; }
span { border-color: rgb(22,181,49); }
td.TdClassName
{
border-color: #16B531;
}
.TagClassName
{
border-color: #16B531;
}
</style>