Shades of Mountain Meadow #16C073
Tints of Mountain Meadow #16C073
RGB
CMYK
RGB Variations
Color information
#16C073 (or 0x16C073) is known color: Mountain Meadow. HEX triplet: 16, C0 and 73. RGB value is (22,192,115). Sum of RGB (Red+Green+Blue) = 22+192+115=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #16C073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C073 is #E93F8C. Grayscale: #848484. Windows color (decimal): -15286157 or 7585814. OLE color: 7585814.
HSL color Cylindrical-coordinate representation of color #16C073: hue angle of 152.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C073 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 115 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.25 |
| HSL | 152.82º | 0.79% | 0.42% | - |
| HSV(B) | 152.82º | 0.89% | 0.75% | - |
| XYZ | 22.28 | 39.11 | 22.59 | - |
| YUV | 132.39 | 118.18 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 115 | 0.89 | 0 | 0.40 | 0.25 | 152.82 | 0.79 | 0.42 |
| Hex | 16 | C0 | 73 | 59 | 0 | 28 | 19 | 99 | 4F | 2A |
| Octal | 26 | 300 | 163 | 131 | 0 | 50 | 31 | 231 | 117 | 52 |
| Binary | 10110 | 11000000 | 1110011 | 1011001 | 0 | 101000 | 11001 | 10011001 | 1001111 | 101010 |
Color Harmonies of #16C073
Complementary color
Monochromatic Colors of #16C073
Black with #16C073
Text Example
Text Example
White with #16C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C073; }
p { color: rgb(22,192,115); }
H1.HeaderClassName
{
color: #16C073;
}
.AnyTagClassName
{
color: #16C073;
}
</style>
background-color css
<style>
a { background-color: #16C073; }
a { background-color: rgb(22,192,115); }
div.DivClassName
{
background-color: #16C073;
}
.BgClassName
{
background-color: #16C073;
}
</style>
border-color css
<style>
span { border-color: #16C073; }
span { border-color: rgb(22,192,115); }
td.TdClassName
{
border-color: #16C073;
}
.TagClassName
{
border-color: #16C073;
}
</style>