Shades of Mountain Meadow #16CB7C
Tints of Mountain Meadow #16CB7C
RGB
CMYK
RGB Variations
Color information
#16CB7C (or 0x16CB7C) is known color: Mountain Meadow. HEX triplet: 16, CB and 7C. RGB value is (22,203,124). Sum of RGB (Red+Green+Blue) = 22+203+124=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CB7C is #E93483. Grayscale: #8C8C8C. Windows color (decimal): -15283332 or 8178454. OLE color: 8178454.
HSL color Cylindrical-coordinate representation of color #16CB7C: hue angle of 153.81º 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 #16CB7C is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 124 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.20 |
| HSL | 153.81º | 0.8% | 0.44% | - |
| HSV(B) | 153.81º | 0.89% | 0.8% | - |
| XYZ | 25.32 | 44.34 | 26.29 | - |
| YUV | 139.88 | 119.03 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 124 | 0.89 | 0 | 0.39 | 0.20 | 153.81 | 0.8 | 0.44 |
| Hex | 16 | CB | 7C | 59 | 0 | 27 | 14 | 9A | 50 | 2C |
| Octal | 26 | 313 | 174 | 131 | 0 | 47 | 24 | 232 | 120 | 54 |
| Binary | 10110 | 11001011 | 1111100 | 1011001 | 0 | 100111 | 10100 | 10011010 | 1010000 | 101100 |
Color Harmonies of #16CB7C
Complementary color
Monochromatic Colors of #16CB7C
Black with #16CB7C
Text Example
Text Example
White with #16CB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB7C; }
p { color: rgb(22,203,124); }
H1.HeaderClassName
{
color: #16CB7C;
}
.AnyTagClassName
{
color: #16CB7C;
}
</style>
background-color css
<style>
a { background-color: #16CB7C; }
a { background-color: rgb(22,203,124); }
div.DivClassName
{
background-color: #16CB7C;
}
.BgClassName
{
background-color: #16CB7C;
}
</style>
border-color css
<style>
span { border-color: #16CB7C; }
span { border-color: rgb(22,203,124); }
td.TdClassName
{
border-color: #16CB7C;
}
.TagClassName
{
border-color: #16CB7C;
}
</style>