Shades of Mountain Meadow #16D07F
Tints of Mountain Meadow #16D07F
RGB
CMYK
RGB Variations
Color information
#16D07F (or 0x16D07F) is known color: Mountain Meadow. HEX triplet: 16, D0 and 7F. RGB value is (22,208,127). Sum of RGB (Red+Green+Blue) = 22+208+127=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #16D07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D07F is #E92F80. Grayscale: #8F8F8F. Windows color (decimal): -15282049 or 8376342. OLE color: 8376342.
HSL color Cylindrical-coordinate representation of color #16D07F: hue angle of 153.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D07F is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 127 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.18 |
| HSL | 153.87º | 0.81% | 0.45% | - |
| HSV(B) | 153.87º | 0.89% | 0.82% | - |
| XYZ | 26.72 | 46.81 | 27.71 | - |
| YUV | 143.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 127 | 0.89 | 0 | 0.39 | 0.18 | 153.87 | 0.81 | 0.45 |
| Hex | 16 | D0 | 7F | 59 | 0 | 27 | 12 | 9A | 51 | 2D |
| Octal | 26 | 320 | 177 | 131 | 0 | 47 | 22 | 232 | 121 | 55 |
| Binary | 10110 | 11010000 | 1111111 | 1011001 | 0 | 100111 | 10010 | 10011010 | 1010001 | 101101 |
Color Harmonies of #16D07F
Complementary color
Monochromatic Colors of #16D07F
Black with #16D07F
Text Example
Text Example
White with #16D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D07F; }
p { color: rgb(22,208,127); }
H1.HeaderClassName
{
color: #16D07F;
}
.AnyTagClassName
{
color: #16D07F;
}
</style>
background-color css
<style>
a { background-color: #16D07F; }
a { background-color: rgb(22,208,127); }
div.DivClassName
{
background-color: #16D07F;
}
.BgClassName
{
background-color: #16D07F;
}
</style>
border-color css
<style>
span { border-color: #16D07F; }
span { border-color: rgb(22,208,127); }
td.TdClassName
{
border-color: #16D07F;
}
.TagClassName
{
border-color: #16D07F;
}
</style>