Shades of Mountain Meadow #16C27D
Tints of Mountain Meadow #16C27D
RGB
CMYK
RGB Variations
Color information
#16C27D (or 0x16C27D) is known color: Mountain Meadow. HEX triplet: 16, C2 and 7D. RGB value is (22,194,125). Sum of RGB (Red+Green+Blue) = 22+194+125=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #16C27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C27D is #E93D82. Grayscale: #868686. Windows color (decimal): -15285635 or 8241686. OLE color: 8241686.
HSL color Cylindrical-coordinate representation of color #16C27D: hue angle of 155.93º 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 #16C27D is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 194 | 125 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.24 |
| HSL | 155.93º | 0.8% | 0.42% | - |
| HSV(B) | 155.93º | 0.89% | 0.76% | - |
| XYZ | 23.32 | 40.23 | 25.94 | - |
| YUV | 134.71 | 122.52 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 125 | 0.89 | 0 | 0.36 | 0.24 | 155.93 | 0.8 | 0.42 |
| Hex | 16 | C2 | 7D | 59 | 0 | 24 | 18 | 9C | 50 | 2A |
| Octal | 26 | 302 | 175 | 131 | 0 | 44 | 30 | 234 | 120 | 52 |
| Binary | 10110 | 11000010 | 1111101 | 1011001 | 0 | 100100 | 11000 | 10011100 | 1010000 | 101010 |
Color Harmonies of #16C27D
Complementary color
Monochromatic Colors of #16C27D
Black with #16C27D
Text Example
Text Example
White with #16C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C27D; }
p { color: rgb(22,194,125); }
H1.HeaderClassName
{
color: #16C27D;
}
.AnyTagClassName
{
color: #16C27D;
}
</style>
background-color css
<style>
a { background-color: #16C27D; }
a { background-color: rgb(22,194,125); }
div.DivClassName
{
background-color: #16C27D;
}
.BgClassName
{
background-color: #16C27D;
}
</style>
border-color css
<style>
span { border-color: #16C27D; }
span { border-color: rgb(22,194,125); }
td.TdClassName
{
border-color: #16C27D;
}
.TagClassName
{
border-color: #16C27D;
}
</style>