Shades of Dark Pastel Green #16CA3E
Tints of Dark Pastel Green #16CA3E
RGB
CMYK
RGB Variations
Color information
#16CA3E (or 0x16CA3E) is known color: Dark Pastel Green. HEX triplet: 16, CA and 3E. RGB value is (22,202,62). Sum of RGB (Red+Green+Blue) = 22+202+62=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 202 (79.30% from 255 or 70.63% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA3E is #E935C1. Grayscale: #848484. Windows color (decimal): -15283650 or 4114966. OLE color: 4114966.
HSL color Cylindrical-coordinate representation of color #16CA3E: hue angle of 133.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA3E is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 62 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.21 |
| HSL | 133.33º | 0.8% | 0.44% | - |
| HSV(B) | 133.33º | 0.89% | 0.79% | - |
| XYZ | 22.32 | 42.76 | 11.63 | - |
| YUV | 132.22 | 88.37 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 62 | 0.89 | 0 | 0.69 | 0.21 | 133.33 | 0.8 | 0.44 |
| Hex | 16 | CA | 3E | 59 | 0 | 45 | 15 | 85 | 50 | 2C |
| Octal | 26 | 312 | 76 | 131 | 0 | 105 | 25 | 205 | 120 | 54 |
| Binary | 10110 | 11001010 | 111110 | 1011001 | 0 | 1000101 | 10101 | 10000101 | 1010000 | 101100 |
Color Harmonies of #16CA3E
Complementary color
Monochromatic Colors of #16CA3E
Black with #16CA3E
Text Example
Text Example
White with #16CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA3E; }
p { color: rgb(22,202,62); }
H1.HeaderClassName
{
color: #16CA3E;
}
.AnyTagClassName
{
color: #16CA3E;
}
</style>
background-color css
<style>
a { background-color: #16CA3E; }
a { background-color: rgb(22,202,62); }
div.DivClassName
{
background-color: #16CA3E;
}
.BgClassName
{
background-color: #16CA3E;
}
</style>
border-color css
<style>
span { border-color: #16CA3E; }
span { border-color: rgb(22,202,62); }
td.TdClassName
{
border-color: #16CA3E;
}
.TagClassName
{
border-color: #16CA3E;
}
</style>