Shades of Mountain Meadow #19AF6E
Tints of Mountain Meadow #19AF6E
RGB
CMYK
RGB Variations
Color information
#19AF6E (or 0x19AF6E) is known color: Mountain Meadow. HEX triplet: 19, AF and 6E. RGB value is (25,175,110). Sum of RGB (Red+Green+Blue) = 25+175+110=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF6E is #E65091. Grayscale: #7A7A7A. Windows color (decimal): -15093906 or 7253785. OLE color: 7253785.
HSL color Cylindrical-coordinate representation of color #19AF6E: hue angle of 154º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF6E is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 110 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.31 |
| HSL | 154º | 0.75% | 0.39% | - |
| HSV(B) | 154º | 0.86% | 0.69% | - |
| XYZ | 18.55 | 31.99 | 19.95 | - |
| YUV | 122.74 | 120.81 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 110 | 0.86 | 0 | 0.37 | 0.31 | 154 | 0.75 | 0.39 |
| Hex | 19 | AF | 6E | 56 | 0 | 25 | 1F | 9A | 4B | 27 |
| Octal | 31 | 257 | 156 | 126 | 0 | 45 | 37 | 232 | 113 | 47 |
| Binary | 11001 | 10101111 | 1101110 | 1010110 | 0 | 100101 | 11111 | 10011010 | 1001011 | 100111 |
Color Harmonies of #19AF6E
Complementary color
Monochromatic Colors of #19AF6E
Black with #19AF6E
Text Example
Text Example
White with #19AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF6E; }
p { color: rgb(25,175,110); }
H1.HeaderClassName
{
color: #19AF6E;
}
.AnyTagClassName
{
color: #19AF6E;
}
</style>
background-color css
<style>
a { background-color: #19AF6E; }
a { background-color: rgb(25,175,110); }
div.DivClassName
{
background-color: #19AF6E;
}
.BgClassName
{
background-color: #19AF6E;
}
</style>
border-color css
<style>
span { border-color: #19AF6E; }
span { border-color: rgb(25,175,110); }
td.TdClassName
{
border-color: #19AF6E;
}
.TagClassName
{
border-color: #19AF6E;
}
</style>