Shades of Mountain Meadow #19A17C
Tints of Mountain Meadow #19A17C
RGB
CMYK
RGB Variations
Color information
#19A17C (or 0x19A17C) is known color: Mountain Meadow. HEX triplet: 19, A1 and 7C. RGB value is (25,161,124). Sum of RGB (Red+Green+Blue) = 25+161+124=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #19A17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A17C is #E65E83. Grayscale: #747474. Windows color (decimal): -15097476 or 8167705. OLE color: 8167705.
HSL color Cylindrical-coordinate representation of color #19A17C: hue angle of 163.68º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A17C is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 161 | 124 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.37 |
| HSL | 163.68º | 0.73% | 0.36% | - |
| HSV(B) | 163.68º | 0.84% | 0.63% | - |
| XYZ | 16.78 | 27.15 | 23.42 | - |
| YUV | 116.12 | 132.44 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 161 | 124 | 0.84 | 0 | 0.23 | 0.37 | 163.68 | 0.73 | 0.36 |
| Hex | 19 | A1 | 7C | 54 | 0 | 17 | 25 | A4 | 49 | 24 |
| Octal | 31 | 241 | 174 | 124 | 0 | 27 | 45 | 244 | 111 | 44 |
| Binary | 11001 | 10100001 | 1111100 | 1010100 | 0 | 10111 | 100101 | 10100100 | 1001001 | 100100 |
Color Harmonies of #19A17C
Complementary color
Monochromatic Colors of #19A17C
Black with #19A17C
Text Example
Text Example
White with #19A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A17C; }
p { color: rgb(25,161,124); }
H1.HeaderClassName
{
color: #19A17C;
}
.AnyTagClassName
{
color: #19A17C;
}
</style>
background-color css
<style>
a { background-color: #19A17C; }
a { background-color: rgb(25,161,124); }
div.DivClassName
{
background-color: #19A17C;
}
.BgClassName
{
background-color: #19A17C;
}
</style>
border-color css
<style>
span { border-color: #19A17C; }
span { border-color: rgb(25,161,124); }
td.TdClassName
{
border-color: #19A17C;
}
.TagClassName
{
border-color: #19A17C;
}
</style>