Shades of Mountain Meadow #16D284
Tints of Mountain Meadow #16D284
RGB
CMYK
RGB Variations
Color information
#16D284 (or 0x16D284) is known color: Mountain Meadow. HEX triplet: 16, D2 and 84. RGB value is (22,210,132). Sum of RGB (Red+Green+Blue) = 22+210+132=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #16D284 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D284 is #E92D7B. Grayscale: #919191. Windows color (decimal): -15281532 or 8704534. OLE color: 8704534.
HSL color Cylindrical-coordinate representation of color #16D284: hue angle of 155.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D284 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 210 | 132 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.18 |
| HSL | 155.11º | 0.81% | 0.45% | - |
| HSV(B) | 155.11º | 0.9% | 0.82% | - |
| XYZ | 27.54 | 47.93 | 29.63 | - |
| YUV | 144.9 | 120.72 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 210 | 132 | 0.90 | 0 | 0.37 | 0.18 | 155.11 | 0.81 | 0.45 |
| Hex | 16 | D2 | 84 | 5A | 0 | 25 | 12 | 9B | 51 | 2D |
| Octal | 26 | 322 | 204 | 132 | 0 | 45 | 22 | 233 | 121 | 55 |
| Binary | 10110 | 11010010 | 10000100 | 1011010 | 0 | 100101 | 10010 | 10011011 | 1010001 | 101101 |
Color Harmonies of #16D284
Complementary color
Monochromatic Colors of #16D284
Black with #16D284
Text Example
Text Example
White with #16D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D284; }
p { color: rgb(22,210,132); }
H1.HeaderClassName
{
color: #16D284;
}
.AnyTagClassName
{
color: #16D284;
}
</style>
background-color css
<style>
a { background-color: #16D284; }
a { background-color: rgb(22,210,132); }
div.DivClassName
{
background-color: #16D284;
}
.BgClassName
{
background-color: #16D284;
}
</style>
border-color css
<style>
span { border-color: #16D284; }
span { border-color: rgb(22,210,132); }
td.TdClassName
{
border-color: #16D284;
}
.TagClassName
{
border-color: #16D284;
}
</style>