Shades of Dark Pastel Green #16C349
Tints of Dark Pastel Green #16C349
RGB
CMYK
RGB Variations
Color information
#16C349 (or 0x16C349) is known color: Dark Pastel Green. HEX triplet: 16, C3 and 49. RGB value is (22,195,73). Sum of RGB (Red+Green+Blue) = 22+195+73=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #16C349 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C349 is #E93CB6. Grayscale: #818181. Windows color (decimal): -15285431 or 4834070. OLE color: 4834070.
HSL color Cylindrical-coordinate representation of color #16C349: hue angle of 137.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C349 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 195 | 73 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.24 |
| HSL | 137.69º | 0.8% | 0.43% | - |
| HSV(B) | 137.69º | 0.89% | 0.76% | - |
| XYZ | 21.05 | 39.68 | 12.85 | - |
| YUV | 129.37 | 96.19 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 73 | 0.89 | 0 | 0.63 | 0.24 | 137.69 | 0.8 | 0.43 |
| Hex | 16 | C3 | 49 | 59 | 0 | 3F | 18 | 8A | 50 | 2B |
| Octal | 26 | 303 | 111 | 131 | 0 | 77 | 30 | 212 | 120 | 53 |
| Binary | 10110 | 11000011 | 1001001 | 1011001 | 0 | 111111 | 11000 | 10001010 | 1010000 | 101011 |
Color Harmonies of #16C349
Complementary color
Monochromatic Colors of #16C349
Black with #16C349
Text Example
Text Example
White with #16C349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C349; }
p { color: rgb(22,195,73); }
H1.HeaderClassName
{
color: #16C349;
}
.AnyTagClassName
{
color: #16C349;
}
</style>
background-color css
<style>
a { background-color: #16C349; }
a { background-color: rgb(22,195,73); }
div.DivClassName
{
background-color: #16C349;
}
.BgClassName
{
background-color: #16C349;
}
</style>
border-color css
<style>
span { border-color: #16C349; }
span { border-color: rgb(22,195,73); }
td.TdClassName
{
border-color: #16C349;
}
.TagClassName
{
border-color: #16C349;
}
</style>