Shades of Mountain Meadow #19AF70
Tints of Mountain Meadow #19AF70
RGB
CMYK
RGB Variations
Color information
#19AF70 (or 0x19AF70) is known color: Mountain Meadow. HEX triplet: 19, AF and 70. RGB value is (25,175,112). Sum of RGB (Red+Green+Blue) = 25+175+112=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF70 is #E6508F. Grayscale: #7B7B7B. Windows color (decimal): -15093904 or 7384857. OLE color: 7384857.
HSL color Cylindrical-coordinate representation of color #19AF70: hue angle of 154.8º 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 #19AF70 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 112 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.31 |
| HSL | 154.8º | 0.75% | 0.39% | - |
| HSV(B) | 154.8º | 0.86% | 0.69% | - |
| XYZ | 18.66 | 32.04 | 20.53 | - |
| YUV | 122.97 | 121.81 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 112 | 0.86 | 0 | 0.36 | 0.31 | 154.8 | 0.75 | 0.39 |
| Hex | 19 | AF | 70 | 56 | 0 | 24 | 1F | 9B | 4B | 27 |
| Octal | 31 | 257 | 160 | 126 | 0 | 44 | 37 | 233 | 113 | 47 |
| Binary | 11001 | 10101111 | 1110000 | 1010110 | 0 | 100100 | 11111 | 10011011 | 1001011 | 100111 |
Color Harmonies of #19AF70
Complementary color
Monochromatic Colors of #19AF70
Black with #19AF70
Text Example
Text Example
White with #19AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF70; }
p { color: rgb(25,175,112); }
H1.HeaderClassName
{
color: #19AF70;
}
.AnyTagClassName
{
color: #19AF70;
}
</style>
background-color css
<style>
a { background-color: #19AF70; }
a { background-color: rgb(25,175,112); }
div.DivClassName
{
background-color: #19AF70;
}
.BgClassName
{
background-color: #19AF70;
}
</style>
border-color css
<style>
span { border-color: #19AF70; }
span { border-color: rgb(25,175,112); }
td.TdClassName
{
border-color: #19AF70;
}
.TagClassName
{
border-color: #19AF70;
}
</style>