Shades of Mountain Meadow #16D083
Tints of Mountain Meadow #16D083
RGB
CMYK
RGB Variations
Color information
#16D083 (or 0x16D083) is known color: Mountain Meadow. HEX triplet: 16, D0 and 83. RGB value is (22,208,131). Sum of RGB (Red+Green+Blue) = 22+208+131=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #16D083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D083 is #E92F7C. Grayscale: #8F8F8F. Windows color (decimal): -15282045 or 8638486. OLE color: 8638486.
HSL color Cylindrical-coordinate representation of color #16D083: hue angle of 155.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D083 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 131 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.18 |
| HSL | 155.16º | 0.81% | 0.45% | - |
| HSV(B) | 155.16º | 0.89% | 0.82% | - |
| XYZ | 26.98 | 46.92 | 29.11 | - |
| YUV | 143.61 | 120.88 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 131 | 0.89 | 0 | 0.37 | 0.18 | 155.16 | 0.81 | 0.45 |
| Hex | 16 | D0 | 83 | 59 | 0 | 25 | 12 | 9B | 51 | 2D |
| Octal | 26 | 320 | 203 | 131 | 0 | 45 | 22 | 233 | 121 | 55 |
| Binary | 10110 | 11010000 | 10000011 | 1011001 | 0 | 100101 | 10010 | 10011011 | 1010001 | 101101 |
Color Harmonies of #16D083
Complementary color
Monochromatic Colors of #16D083
Black with #16D083
Text Example
Text Example
White with #16D083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D083; }
p { color: rgb(22,208,131); }
H1.HeaderClassName
{
color: #16D083;
}
.AnyTagClassName
{
color: #16D083;
}
</style>
background-color css
<style>
a { background-color: #16D083; }
a { background-color: rgb(22,208,131); }
div.DivClassName
{
background-color: #16D083;
}
.BgClassName
{
background-color: #16D083;
}
</style>
border-color css
<style>
span { border-color: #16D083; }
span { border-color: rgb(22,208,131); }
td.TdClassName
{
border-color: #16D083;
}
.TagClassName
{
border-color: #16D083;
}
</style>