Shades of Dark Pastel Green #16A238
Tints of Dark Pastel Green #16A238
RGB
CMYK
RGB Variations
Color information
#16A238 (or 0x16A238) is known color: Dark Pastel Green. HEX triplet: 16, A2 and 38. RGB value is (22,162,56). Sum of RGB (Red+Green+Blue) = 22+162+56=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 162 (63.67% from 255 or 67.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 162 - color contains mainly: green. Hex color #16A238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A238 is #E95DC7. Grayscale: #6C6C6C. Windows color (decimal): -15293896 or 3711510. OLE color: 3711510.
HSL color Cylindrical-coordinate representation of color #16A238: hue angle of 134.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A238 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 56 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.36 |
| HSL | 134.57º | 0.76% | 0.36% | - |
| HSV(B) | 134.57º | 0.86% | 0.64% | - |
| XYZ | 13.97 | 26.3 | 8.08 | - |
| YUV | 108.06 | 98.62 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 56 | 0.86 | 0 | 0.65 | 0.36 | 134.57 | 0.76 | 0.36 |
| Hex | 16 | A2 | 38 | 56 | 0 | 41 | 24 | 87 | 4C | 24 |
| Octal | 26 | 242 | 70 | 126 | 0 | 101 | 44 | 207 | 114 | 44 |
| Binary | 10110 | 10100010 | 111000 | 1010110 | 0 | 1000001 | 100100 | 10000111 | 1001100 | 100100 |
Color Harmonies of #16A238
Complementary color
Monochromatic Colors of #16A238
Black with #16A238
Text Example
Text Example
White with #16A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A238; }
p { color: rgb(22,162,56); }
H1.HeaderClassName
{
color: #16A238;
}
.AnyTagClassName
{
color: #16A238;
}
</style>
background-color css
<style>
a { background-color: #16A238; }
a { background-color: rgb(22,162,56); }
div.DivClassName
{
background-color: #16A238;
}
.BgClassName
{
background-color: #16A238;
}
</style>
border-color css
<style>
span { border-color: #16A238; }
span { border-color: rgb(22,162,56); }
td.TdClassName
{
border-color: #16A238;
}
.TagClassName
{
border-color: #16A238;
}
</style>