Shades of Mountain Meadow #16D381
Tints of Mountain Meadow #16D381
RGB
CMYK
RGB Variations
Color information
#16D381 (or 0x16D381) is known color: Mountain Meadow. HEX triplet: 16, D3 and 81. RGB value is (22,211,129). Sum of RGB (Red+Green+Blue) = 22+211+129=362 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.08% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #16D381 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D381 is #E92C7E. Grayscale: #919191. Windows color (decimal): -15281279 or 8508182. OLE color: 8508182.
HSL color Cylindrical-coordinate representation of color #16D381: hue angle of 153.97º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D381 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 211 | 129 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.17 |
| HSL | 153.97º | 0.81% | 0.46% | - |
| HSV(B) | 153.97º | 0.9% | 0.83% | - |
| XYZ | 27.59 | 48.34 | 28.65 | - |
| YUV | 145.14 | 118.88 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 211 | 129 | 0.90 | 0 | 0.39 | 0.17 | 153.97 | 0.81 | 0.46 |
| Hex | 16 | D3 | 81 | 5A | 0 | 27 | 11 | 9A | 51 | 2E |
| Octal | 26 | 323 | 201 | 132 | 0 | 47 | 21 | 232 | 121 | 56 |
| Binary | 10110 | 11010011 | 10000001 | 1011010 | 0 | 100111 | 10001 | 10011010 | 1010001 | 101110 |
Color Harmonies of #16D381
Complementary color
Monochromatic Colors of #16D381
Black with #16D381
Text Example
Text Example
White with #16D381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D381; }
p { color: rgb(22,211,129); }
H1.HeaderClassName
{
color: #16D381;
}
.AnyTagClassName
{
color: #16D381;
}
</style>
background-color css
<style>
a { background-color: #16D381; }
a { background-color: rgb(22,211,129); }
div.DivClassName
{
background-color: #16D381;
}
.BgClassName
{
background-color: #16D381;
}
</style>
border-color css
<style>
span { border-color: #16D381; }
span { border-color: rgb(22,211,129); }
td.TdClassName
{
border-color: #16D381;
}
.TagClassName
{
border-color: #16D381;
}
</style>