Shades of Mountain Meadow #16BE6B
Tints of Mountain Meadow #16BE6B
RGB
CMYK
RGB Variations
Color information
#16BE6B (or 0x16BE6B) is known color: Mountain Meadow. HEX triplet: 16, BE and 6B. RGB value is (22,190,107). Sum of RGB (Red+Green+Blue) = 22+190+107=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BE6B is #E94194. Grayscale: #828282. Windows color (decimal): -15286677 or 7061014. OLE color: 7061014.
HSL color Cylindrical-coordinate representation of color #16BE6B: hue angle of 150.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BE6B is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 107 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.25 |
| HSL | 150.36º | 0.79% | 0.42% | - |
| HSV(B) | 150.36º | 0.88% | 0.75% | - |
| XYZ | 21.4 | 38.06 | 20.13 | - |
| YUV | 130.31 | 114.84 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 107 | 0.88 | 0 | 0.44 | 0.25 | 150.36 | 0.79 | 0.42 |
| Hex | 16 | BE | 6B | 58 | 0 | 2C | 19 | 96 | 4F | 2A |
| Octal | 26 | 276 | 153 | 130 | 0 | 54 | 31 | 226 | 117 | 52 |
| Binary | 10110 | 10111110 | 1101011 | 1011000 | 0 | 101100 | 11001 | 10010110 | 1001111 | 101010 |
Color Harmonies of #16BE6B
Complementary color
Monochromatic Colors of #16BE6B
Black with #16BE6B
Text Example
Text Example
White with #16BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE6B; }
p { color: rgb(22,190,107); }
H1.HeaderClassName
{
color: #16BE6B;
}
.AnyTagClassName
{
color: #16BE6B;
}
</style>
background-color css
<style>
a { background-color: #16BE6B; }
a { background-color: rgb(22,190,107); }
div.DivClassName
{
background-color: #16BE6B;
}
.BgClassName
{
background-color: #16BE6B;
}
</style>
border-color css
<style>
span { border-color: #16BE6B; }
span { border-color: rgb(22,190,107); }
td.TdClassName
{
border-color: #16BE6B;
}
.TagClassName
{
border-color: #16BE6B;
}
</style>