Shades of Mountain Meadow #16BD75
Tints of Mountain Meadow #16BD75
RGB
CMYK
RGB Variations
Color information
#16BD75 (or 0x16BD75) is known color: Mountain Meadow. HEX triplet: 16, BD and 75. RGB value is (22,189,117). Sum of RGB (Red+Green+Blue) = 22+189+117=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BD75 is #E9428A. Grayscale: #828282. Windows color (decimal): -15286923 or 7716118. OLE color: 7716118.
HSL color Cylindrical-coordinate representation of color #16BD75: hue angle of 154.13º 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 #16BD75 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 117 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.26 |
| HSL | 154.13º | 0.79% | 0.41% | - |
| HSV(B) | 154.13º | 0.88% | 0.74% | - |
| XYZ | 21.74 | 37.85 | 22.99 | - |
| YUV | 130.86 | 120.17 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 117 | 0.88 | 0 | 0.38 | 0.26 | 154.13 | 0.79 | 0.41 |
| Hex | 16 | BD | 75 | 58 | 0 | 26 | 1A | 9A | 4F | 29 |
| Octal | 26 | 275 | 165 | 130 | 0 | 46 | 32 | 232 | 117 | 51 |
| Binary | 10110 | 10111101 | 1110101 | 1011000 | 0 | 100110 | 11010 | 10011010 | 1001111 | 101001 |
Color Harmonies of #16BD75
Complementary color
Monochromatic Colors of #16BD75
Black with #16BD75
Text Example
Text Example
White with #16BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD75; }
p { color: rgb(22,189,117); }
H1.HeaderClassName
{
color: #16BD75;
}
.AnyTagClassName
{
color: #16BD75;
}
</style>
background-color css
<style>
a { background-color: #16BD75; }
a { background-color: rgb(22,189,117); }
div.DivClassName
{
background-color: #16BD75;
}
.BgClassName
{
background-color: #16BD75;
}
</style>
border-color css
<style>
span { border-color: #16BD75; }
span { border-color: rgb(22,189,117); }
td.TdClassName
{
border-color: #16BD75;
}
.TagClassName
{
border-color: #16BD75;
}
</style>