Shades of Mountain Meadow #16BD73
Tints of Mountain Meadow #16BD73
RGB
CMYK
RGB Variations
Color information
#16BD73 (or 0x16BD73) is known color: Mountain Meadow. HEX triplet: 16, BD and 73. RGB value is (22,189,115). Sum of RGB (Red+Green+Blue) = 22+189+115=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BD73 is #E9428C. Grayscale: #828282. Windows color (decimal): -15286925 or 7585046. OLE color: 7585046.
HSL color Cylindrical-coordinate representation of color #16BD73: hue angle of 153.41º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BD73 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 115 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.26 |
| HSL | 153.41º | 0.79% | 0.41% | - |
| HSV(B) | 153.41º | 0.88% | 0.74% | - |
| XYZ | 21.62 | 37.8 | 22.38 | - |
| YUV | 130.63 | 119.17 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 115 | 0.88 | 0 | 0.39 | 0.26 | 153.41 | 0.79 | 0.41 |
| Hex | 16 | BD | 73 | 58 | 0 | 27 | 1A | 99 | 4F | 29 |
| Octal | 26 | 275 | 163 | 130 | 0 | 47 | 32 | 231 | 117 | 51 |
| Binary | 10110 | 10111101 | 1110011 | 1011000 | 0 | 100111 | 11010 | 10011001 | 1001111 | 101001 |
Color Harmonies of #16BD73
Complementary color
Monochromatic Colors of #16BD73
Black with #16BD73
Text Example
Text Example
White with #16BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD73; }
p { color: rgb(22,189,115); }
H1.HeaderClassName
{
color: #16BD73;
}
.AnyTagClassName
{
color: #16BD73;
}
</style>
background-color css
<style>
a { background-color: #16BD73; }
a { background-color: rgb(22,189,115); }
div.DivClassName
{
background-color: #16BD73;
}
.BgClassName
{
background-color: #16BD73;
}
</style>
border-color css
<style>
span { border-color: #16BD73; }
span { border-color: rgb(22,189,115); }
td.TdClassName
{
border-color: #16BD73;
}
.TagClassName
{
border-color: #16BD73;
}
</style>