Shades of Dark Pastel Green #16C047
Tints of Dark Pastel Green #16C047
RGB
CMYK
RGB Variations
Color information
#16C047 (or 0x16C047) is known color: Dark Pastel Green. HEX triplet: 16, C0 and 47. RGB value is (22,192,71). Sum of RGB (Red+Green+Blue) = 22+192+71=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #16C047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C047 is #E93FB8. Grayscale: #7F7F7F. Windows color (decimal): -15286201 or 4702230. OLE color: 4702230.
HSL color Cylindrical-coordinate representation of color #16C047: hue angle of 137.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C047 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 71 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.25 |
| HSL | 137.29º | 0.79% | 0.42% | - |
| HSV(B) | 137.29º | 0.89% | 0.75% | - |
| XYZ | 20.32 | 38.32 | 12.29 | - |
| YUV | 127.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 71 | 0.89 | 0 | 0.63 | 0.25 | 137.29 | 0.79 | 0.42 |
| Hex | 16 | C0 | 47 | 59 | 0 | 3F | 19 | 89 | 4F | 2A |
| Octal | 26 | 300 | 107 | 131 | 0 | 77 | 31 | 211 | 117 | 52 |
| Binary | 10110 | 11000000 | 1000111 | 1011001 | 0 | 111111 | 11001 | 10001001 | 1001111 | 101010 |
Color Harmonies of #16C047
Complementary color
Monochromatic Colors of #16C047
Black with #16C047
Text Example
Text Example
White with #16C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C047; }
p { color: rgb(22,192,71); }
H1.HeaderClassName
{
color: #16C047;
}
.AnyTagClassName
{
color: #16C047;
}
</style>
background-color css
<style>
a { background-color: #16C047; }
a { background-color: rgb(22,192,71); }
div.DivClassName
{
background-color: #16C047;
}
.BgClassName
{
background-color: #16C047;
}
</style>
border-color css
<style>
span { border-color: #16C047; }
span { border-color: rgb(22,192,71); }
td.TdClassName
{
border-color: #16C047;
}
.TagClassName
{
border-color: #16C047;
}
</style>