Shades of Dark Pastel Green #16C534
Tints of Dark Pastel Green #16C534
RGB
CMYK
RGB Variations
Color information
#16C534 (or 0x16C534) is known color: Dark Pastel Green. HEX triplet: 16, C5 and 34. RGB value is (22,197,52). Sum of RGB (Red+Green+Blue) = 22+197+52=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #16C534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C534 is #E93ACB. Grayscale: #808080. Windows color (decimal): -15284940 or 3458326. OLE color: 3458326.
HSL color Cylindrical-coordinate representation of color #16C534: hue angle of 130.29º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C534 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 197 | 52 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.23 |
| HSL | 130.29º | 0.8% | 0.43% | - |
| HSV(B) | 130.29º | 0.89% | 0.77% | - |
| XYZ | 20.92 | 40.35 | 9.93 | - |
| YUV | 128.15 | 85.02 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 52 | 0.89 | 0 | 0.74 | 0.23 | 130.29 | 0.8 | 0.43 |
| Hex | 16 | C5 | 34 | 59 | 0 | 4A | 17 | 82 | 50 | 2B |
| Octal | 26 | 305 | 64 | 131 | 0 | 112 | 27 | 202 | 120 | 53 |
| Binary | 10110 | 11000101 | 110100 | 1011001 | 0 | 1001010 | 10111 | 10000010 | 1010000 | 101011 |
Color Harmonies of #16C534
Complementary color
Monochromatic Colors of #16C534
Black with #16C534
Text Example
Text Example
White with #16C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C534; }
p { color: rgb(22,197,52); }
H1.HeaderClassName
{
color: #16C534;
}
.AnyTagClassName
{
color: #16C534;
}
</style>
background-color css
<style>
a { background-color: #16C534; }
a { background-color: rgb(22,197,52); }
div.DivClassName
{
background-color: #16C534;
}
.BgClassName
{
background-color: #16C534;
}
</style>
border-color css
<style>
span { border-color: #16C534; }
span { border-color: rgb(22,197,52); }
td.TdClassName
{
border-color: #16C534;
}
.TagClassName
{
border-color: #16C534;
}
</style>