Shades of Mountain Meadow #1AAD74
Tints of Mountain Meadow #1AAD74
RGB
CMYK
RGB Variations
Color information
#1AAD74 (or 0x1AAD74) is known color: Mountain Meadow. HEX triplet: 1A, AD and 74. RGB value is (26,173,116). Sum of RGB (Red+Green+Blue) = 26+173+116=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAD74 is #E5528B. Grayscale: #7A7A7A. Windows color (decimal): -15028876 or 7646490. OLE color: 7646490.
HSL color Cylindrical-coordinate representation of color #1AAD74: hue angle of 156.73º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAD74 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 116 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.32 |
| HSL | 156.73º | 0.74% | 0.39% | - |
| HSV(B) | 156.73º | 0.85% | 0.68% | - |
| XYZ | 18.52 | 31.37 | 21.6 | - |
| YUV | 122.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 116 | 0.85 | 0 | 0.33 | 0.32 | 156.73 | 0.74 | 0.39 |
| Hex | 1A | AD | 74 | 55 | 0 | 21 | 20 | 9D | 4A | 27 |
| Octal | 32 | 255 | 164 | 125 | 0 | 41 | 40 | 235 | 112 | 47 |
| Binary | 11010 | 10101101 | 1110100 | 1010101 | 0 | 100001 | 100000 | 10011101 | 1001010 | 100111 |
Color Harmonies of #1AAD74
Complementary color
Monochromatic Colors of #1AAD74
Black with #1AAD74
Text Example
Text Example
White with #1AAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAD74; }
p { color: rgb(26,173,116); }
H1.HeaderClassName
{
color: #1AAD74;
}
.AnyTagClassName
{
color: #1AAD74;
}
</style>
background-color css
<style>
a { background-color: #1AAD74; }
a { background-color: rgb(26,173,116); }
div.DivClassName
{
background-color: #1AAD74;
}
.BgClassName
{
background-color: #1AAD74;
}
</style>
border-color css
<style>
span { border-color: #1AAD74; }
span { border-color: rgb(26,173,116); }
td.TdClassName
{
border-color: #1AAD74;
}
.TagClassName
{
border-color: #1AAD74;
}
</style>