Shades of Mountain Meadow #16BC74
Tints of Mountain Meadow #16BC74
RGB
CMYK
RGB Variations
Color information
#16BC74 (or 0x16BC74) is known color: Mountain Meadow. HEX triplet: 16, BC and 74. RGB value is (22,188,116). Sum of RGB (Red+Green+Blue) = 22+188+116=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BC74 is #E9438B. Grayscale: #828282. Windows color (decimal): -15287180 or 7650326. OLE color: 7650326.
HSL color Cylindrical-coordinate representation of color #16BC74: hue angle of 153.98º 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 #16BC74 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 188 | 116 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.26 |
| HSL | 153.98º | 0.79% | 0.41% | - |
| HSV(B) | 153.98º | 0.88% | 0.74% | - |
| XYZ | 21.47 | 37.4 | 22.61 | - |
| YUV | 130.16 | 120 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 116 | 0.88 | 0 | 0.38 | 0.26 | 153.98 | 0.79 | 0.41 |
| Hex | 16 | BC | 74 | 58 | 0 | 26 | 1A | 9A | 4F | 29 |
| Octal | 26 | 274 | 164 | 130 | 0 | 46 | 32 | 232 | 117 | 51 |
| Binary | 10110 | 10111100 | 1110100 | 1011000 | 0 | 100110 | 11010 | 10011010 | 1001111 | 101001 |
Color Harmonies of #16BC74
Complementary color
Monochromatic Colors of #16BC74
Black with #16BC74
Text Example
Text Example
White with #16BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BC74; }
p { color: rgb(22,188,116); }
H1.HeaderClassName
{
color: #16BC74;
}
.AnyTagClassName
{
color: #16BC74;
}
</style>
background-color css
<style>
a { background-color: #16BC74; }
a { background-color: rgb(22,188,116); }
div.DivClassName
{
background-color: #16BC74;
}
.BgClassName
{
background-color: #16BC74;
}
</style>
border-color css
<style>
span { border-color: #16BC74; }
span { border-color: rgb(22,188,116); }
td.TdClassName
{
border-color: #16BC74;
}
.TagClassName
{
border-color: #16BC74;
}
</style>