Shades of Mountain Meadow #16CD7A
Tints of Mountain Meadow #16CD7A
RGB
CMYK
RGB Variations
Color information
#16CD7A (or 0x16CD7A) is known color: Mountain Meadow. HEX triplet: 16, CD and 7A. RGB value is (22,205,122). Sum of RGB (Red+Green+Blue) = 22+205+122=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CD7A is #E93285. Grayscale: #8C8C8C. Windows color (decimal): -15282822 or 8047894. OLE color: 8047894.
HSL color Cylindrical-coordinate representation of color #16CD7A: hue angle of 152.79º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD7A is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 122 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.20 |
| HSL | 152.79º | 0.81% | 0.45% | - |
| HSV(B) | 152.79º | 0.89% | 0.8% | - |
| XYZ | 25.68 | 45.24 | 25.79 | - |
| YUV | 140.82 | 117.37 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 122 | 0.89 | 0 | 0.40 | 0.20 | 152.79 | 0.81 | 0.45 |
| Hex | 16 | CD | 7A | 59 | 0 | 28 | 14 | 99 | 51 | 2D |
| Octal | 26 | 315 | 172 | 131 | 0 | 50 | 24 | 231 | 121 | 55 |
| Binary | 10110 | 11001101 | 1111010 | 1011001 | 0 | 101000 | 10100 | 10011001 | 1010001 | 101101 |
Color Harmonies of #16CD7A
Complementary color
Monochromatic Colors of #16CD7A
Black with #16CD7A
Text Example
Text Example
White with #16CD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD7A; }
p { color: rgb(22,205,122); }
H1.HeaderClassName
{
color: #16CD7A;
}
.AnyTagClassName
{
color: #16CD7A;
}
</style>
background-color css
<style>
a { background-color: #16CD7A; }
a { background-color: rgb(22,205,122); }
div.DivClassName
{
background-color: #16CD7A;
}
.BgClassName
{
background-color: #16CD7A;
}
</style>
border-color css
<style>
span { border-color: #16CD7A; }
span { border-color: rgb(22,205,122); }
td.TdClassName
{
border-color: #16CD7A;
}
.TagClassName
{
border-color: #16CD7A;
}
</style>