Shades of Mountain Meadow #16CB85
Tints of Mountain Meadow #16CB85
RGB
CMYK
RGB Variations
Color information
#16CB85 (or 0x16CB85) is known color: Mountain Meadow. HEX triplet: 16, CB and 85. RGB value is (22,203,133). Sum of RGB (Red+Green+Blue) = 22+203+133=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CB85 is #E9347A. Grayscale: #8D8D8D. Windows color (decimal): -15283323 or 8768278. OLE color: 8768278.
HSL color Cylindrical-coordinate representation of color #16CB85: hue angle of 156.8º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CB85 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 133 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.20 |
| HSL | 156.8º | 0.8% | 0.44% | - |
| HSV(B) | 156.8º | 0.89% | 0.8% | - |
| XYZ | 25.92 | 44.58 | 29.43 | - |
| YUV | 140.9 | 123.53 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 133 | 0.89 | 0 | 0.34 | 0.20 | 156.8 | 0.8 | 0.44 |
| Hex | 16 | CB | 85 | 59 | 0 | 22 | 14 | 9D | 50 | 2C |
| Octal | 26 | 313 | 205 | 131 | 0 | 42 | 24 | 235 | 120 | 54 |
| Binary | 10110 | 11001011 | 10000101 | 1011001 | 0 | 100010 | 10100 | 10011101 | 1010000 | 101100 |
Color Harmonies of #16CB85
Complementary color
Monochromatic Colors of #16CB85
Black with #16CB85
Text Example
Text Example
White with #16CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB85; }
p { color: rgb(22,203,133); }
H1.HeaderClassName
{
color: #16CB85;
}
.AnyTagClassName
{
color: #16CB85;
}
</style>
background-color css
<style>
a { background-color: #16CB85; }
a { background-color: rgb(22,203,133); }
div.DivClassName
{
background-color: #16CB85;
}
.BgClassName
{
background-color: #16CB85;
}
</style>
border-color css
<style>
span { border-color: #16CB85; }
span { border-color: rgb(22,203,133); }
td.TdClassName
{
border-color: #16CB85;
}
.TagClassName
{
border-color: #16CB85;
}
</style>