Shades of Mountain Meadow #16C47D
Tints of Mountain Meadow #16C47D
RGB
CMYK
RGB Variations
Color information
#16C47D (or 0x16C47D) is known color: Mountain Meadow. HEX triplet: 16, C4 and 7D. RGB value is (22,196,125). Sum of RGB (Red+Green+Blue) = 22+196+125=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #16C47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C47D is #E93B82. Grayscale: #878787. Windows color (decimal): -15285123 or 8242198. OLE color: 8242198.
HSL color Cylindrical-coordinate representation of color #16C47D: hue angle of 155.52º 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 #16C47D is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 196 | 125 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.23 |
| HSL | 155.52º | 0.8% | 0.43% | - |
| HSV(B) | 155.52º | 0.89% | 0.77% | - |
| XYZ | 23.77 | 41.13 | 26.09 | - |
| YUV | 135.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 196 | 125 | 0.89 | 0 | 0.36 | 0.23 | 155.52 | 0.8 | 0.43 |
| Hex | 16 | C4 | 7D | 59 | 0 | 24 | 17 | 9C | 50 | 2B |
| Octal | 26 | 304 | 175 | 131 | 0 | 44 | 27 | 234 | 120 | 53 |
| Binary | 10110 | 11000100 | 1111101 | 1011001 | 0 | 100100 | 10111 | 10011100 | 1010000 | 101011 |
Color Harmonies of #16C47D
Complementary color
Monochromatic Colors of #16C47D
Black with #16C47D
Text Example
Text Example
White with #16C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C47D; }
p { color: rgb(22,196,125); }
H1.HeaderClassName
{
color: #16C47D;
}
.AnyTagClassName
{
color: #16C47D;
}
</style>
background-color css
<style>
a { background-color: #16C47D; }
a { background-color: rgb(22,196,125); }
div.DivClassName
{
background-color: #16C47D;
}
.BgClassName
{
background-color: #16C47D;
}
</style>
border-color css
<style>
span { border-color: #16C47D; }
span { border-color: rgb(22,196,125); }
td.TdClassName
{
border-color: #16C47D;
}
.TagClassName
{
border-color: #16C47D;
}
</style>