Shades of Mountain Meadow #16C16D
Tints of Mountain Meadow #16C16D
RGB
CMYK
RGB Variations
Color information
#16C16D (or 0x16C16D) is known color: Mountain Meadow. HEX triplet: 16, C1 and 6D. RGB value is (22,193,109). Sum of RGB (Red+Green+Blue) = 22+193+109=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #16C16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C16D is #E93E92. Grayscale: #848484. Windows color (decimal): -15285907 or 7192854. OLE color: 7192854.
HSL color Cylindrical-coordinate representation of color #16C16D: hue angle of 150.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C16D is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 109 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.24 |
| HSL | 150.53º | 0.8% | 0.42% | - |
| HSV(B) | 150.53º | 0.89% | 0.76% | - |
| XYZ | 22.16 | 39.41 | 20.91 | - |
| YUV | 132.3 | 114.85 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 109 | 0.89 | 0 | 0.44 | 0.24 | 150.53 | 0.8 | 0.42 |
| Hex | 16 | C1 | 6D | 59 | 0 | 2C | 18 | 97 | 50 | 2A |
| Octal | 26 | 301 | 155 | 131 | 0 | 54 | 30 | 227 | 120 | 52 |
| Binary | 10110 | 11000001 | 1101101 | 1011001 | 0 | 101100 | 11000 | 10010111 | 1010000 | 101010 |
Color Harmonies of #16C16D
Complementary color
Monochromatic Colors of #16C16D
Black with #16C16D
Text Example
Text Example
White with #16C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C16D; }
p { color: rgb(22,193,109); }
H1.HeaderClassName
{
color: #16C16D;
}
.AnyTagClassName
{
color: #16C16D;
}
</style>
background-color css
<style>
a { background-color: #16C16D; }
a { background-color: rgb(22,193,109); }
div.DivClassName
{
background-color: #16C16D;
}
.BgClassName
{
background-color: #16C16D;
}
</style>
border-color css
<style>
span { border-color: #16C16D; }
span { border-color: rgb(22,193,109); }
td.TdClassName
{
border-color: #16C16D;
}
.TagClassName
{
border-color: #16C16D;
}
</style>