Shades of Mountain Meadow #16C478
Tints of Mountain Meadow #16C478
RGB
CMYK
RGB Variations
Color information
#16C478 (or 0x16C478) is known color: Mountain Meadow. HEX triplet: 16, C4 and 78. RGB value is (22,196,120). Sum of RGB (Red+Green+Blue) = 22+196+120=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #16C478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C478 is #E93B87. Grayscale: #878787. Windows color (decimal): -15285128 or 7914518. OLE color: 7914518.
HSL color Cylindrical-coordinate representation of color #16C478: hue angle of 153.79º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C478 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 196 | 120 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.23 |
| HSL | 153.79º | 0.8% | 0.43% | - |
| HSV(B) | 153.79º | 0.89% | 0.77% | - |
| XYZ | 23.46 | 41.01 | 24.45 | - |
| YUV | 135.31 | 119.35 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 196 | 120 | 0.89 | 0 | 0.39 | 0.23 | 153.79 | 0.8 | 0.43 |
| Hex | 16 | C4 | 78 | 59 | 0 | 27 | 17 | 9A | 50 | 2B |
| Octal | 26 | 304 | 170 | 131 | 0 | 47 | 27 | 232 | 120 | 53 |
| Binary | 10110 | 11000100 | 1111000 | 1011001 | 0 | 100111 | 10111 | 10011010 | 1010000 | 101011 |
Color Harmonies of #16C478
Complementary color
Monochromatic Colors of #16C478
Black with #16C478
Text Example
Text Example
White with #16C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C478; }
p { color: rgb(22,196,120); }
H1.HeaderClassName
{
color: #16C478;
}
.AnyTagClassName
{
color: #16C478;
}
</style>
background-color css
<style>
a { background-color: #16C478; }
a { background-color: rgb(22,196,120); }
div.DivClassName
{
background-color: #16C478;
}
.BgClassName
{
background-color: #16C478;
}
</style>
border-color css
<style>
span { border-color: #16C478; }
span { border-color: rgb(22,196,120); }
td.TdClassName
{
border-color: #16C478;
}
.TagClassName
{
border-color: #16C478;
}
</style>