Shades of Mountain Meadow #16CB89
Tints of Mountain Meadow #16CB89
RGB
CMYK
RGB Variations
Color information
#16CB89 (or 0x16CB89) is known color: Mountain Meadow. HEX triplet: 16, CB and 89. RGB value is (22,203,137). Sum of RGB (Red+Green+Blue) = 22+203+137=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CB89 is #E93476. Grayscale: #8D8D8D. Windows color (decimal): -15283319 or 9030422. OLE color: 9030422.
HSL color Cylindrical-coordinate representation of color #16CB89: hue angle of 158.12º 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 #16CB89 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 137 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.20 |
| HSL | 158.12º | 0.8% | 0.44% | - |
| HSV(B) | 158.12º | 0.89% | 0.8% | - |
| XYZ | 26.2 | 44.69 | 30.91 | - |
| YUV | 141.36 | 125.53 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 137 | 0.89 | 0 | 0.33 | 0.20 | 158.12 | 0.8 | 0.44 |
| Hex | 16 | CB | 89 | 59 | 0 | 21 | 14 | 9E | 50 | 2C |
| Octal | 26 | 313 | 211 | 131 | 0 | 41 | 24 | 236 | 120 | 54 |
| Binary | 10110 | 11001011 | 10001001 | 1011001 | 0 | 100001 | 10100 | 10011110 | 1010000 | 101100 |
Color Harmonies of #16CB89
Complementary color
Monochromatic Colors of #16CB89
Black with #16CB89
Text Example
Text Example
White with #16CB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB89; }
p { color: rgb(22,203,137); }
H1.HeaderClassName
{
color: #16CB89;
}
.AnyTagClassName
{
color: #16CB89;
}
</style>
background-color css
<style>
a { background-color: #16CB89; }
a { background-color: rgb(22,203,137); }
div.DivClassName
{
background-color: #16CB89;
}
.BgClassName
{
background-color: #16CB89;
}
</style>
border-color css
<style>
span { border-color: #16CB89; }
span { border-color: rgb(22,203,137); }
td.TdClassName
{
border-color: #16CB89;
}
.TagClassName
{
border-color: #16CB89;
}
</style>