Shades of Mountain Meadow #16CB7A
Tints of Mountain Meadow #16CB7A
RGB
CMYK
RGB Variations
Color information
#16CB7A (or 0x16CB7A) is known color: Mountain Meadow. HEX triplet: 16, CB and 7A. RGB value is (22,203,122). Sum of RGB (Red+Green+Blue) = 22+203+122=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CB7A is #E93485. Grayscale: #8B8B8B. Windows color (decimal): -15283334 or 8047382. OLE color: 8047382.
HSL color Cylindrical-coordinate representation of color #16CB7A: hue angle of 153.15º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CB7A is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 122 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.20 |
| HSL | 153.15º | 0.8% | 0.44% | - |
| HSV(B) | 153.15º | 0.89% | 0.8% | - |
| XYZ | 25.2 | 44.29 | 25.63 | - |
| YUV | 139.65 | 118.03 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 122 | 0.89 | 0 | 0.40 | 0.20 | 153.15 | 0.8 | 0.44 |
| Hex | 16 | CB | 7A | 59 | 0 | 28 | 14 | 99 | 50 | 2C |
| Octal | 26 | 313 | 172 | 131 | 0 | 50 | 24 | 231 | 120 | 54 |
| Binary | 10110 | 11001011 | 1111010 | 1011001 | 0 | 101000 | 10100 | 10011001 | 1010000 | 101100 |
Color Harmonies of #16CB7A
Complementary color
Monochromatic Colors of #16CB7A
Black with #16CB7A
Text Example
Text Example
White with #16CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB7A; }
p { color: rgb(22,203,122); }
H1.HeaderClassName
{
color: #16CB7A;
}
.AnyTagClassName
{
color: #16CB7A;
}
</style>
background-color css
<style>
a { background-color: #16CB7A; }
a { background-color: rgb(22,203,122); }
div.DivClassName
{
background-color: #16CB7A;
}
.BgClassName
{
background-color: #16CB7A;
}
</style>
border-color css
<style>
span { border-color: #16CB7A; }
span { border-color: rgb(22,203,122); }
td.TdClassName
{
border-color: #16CB7A;
}
.TagClassName
{
border-color: #16CB7A;
}
</style>