Shades of Mountain Meadow #1AAF76
Tints of Mountain Meadow #1AAF76
RGB
CMYK
RGB Variations
Color information
#1AAF76 (or 0x1AAF76) is known color: Mountain Meadow. HEX triplet: 1A, AF and 76. RGB value is (26,175,118). Sum of RGB (Red+Green+Blue) = 26+175+118=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAF76 is #E55089. Grayscale: #7C7C7C. Windows color (decimal): -15028362 or 7778074. OLE color: 7778074.
HSL color Cylindrical-coordinate representation of color #1AAF76: hue angle of 157.05º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF76 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 118 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.31 |
| HSL | 157.05º | 0.74% | 0.39% | - |
| HSV(B) | 157.05º | 0.85% | 0.69% | - |
| XYZ | 19.03 | 32.19 | 22.35 | - |
| YUV | 123.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 118 | 0.85 | 0 | 0.33 | 0.31 | 157.05 | 0.74 | 0.39 |
| Hex | 1A | AF | 76 | 55 | 0 | 21 | 1F | 9D | 4A | 27 |
| Octal | 32 | 257 | 166 | 125 | 0 | 41 | 37 | 235 | 112 | 47 |
| Binary | 11010 | 10101111 | 1110110 | 1010101 | 0 | 100001 | 11111 | 10011101 | 1001010 | 100111 |
Color Harmonies of #1AAF76
Complementary color
Monochromatic Colors of #1AAF76
Black with #1AAF76
Text Example
Text Example
White with #1AAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF76; }
p { color: rgb(26,175,118); }
H1.HeaderClassName
{
color: #1AAF76;
}
.AnyTagClassName
{
color: #1AAF76;
}
</style>
background-color css
<style>
a { background-color: #1AAF76; }
a { background-color: rgb(26,175,118); }
div.DivClassName
{
background-color: #1AAF76;
}
.BgClassName
{
background-color: #1AAF76;
}
</style>
border-color css
<style>
span { border-color: #1AAF76; }
span { border-color: rgb(26,175,118); }
td.TdClassName
{
border-color: #1AAF76;
}
.TagClassName
{
border-color: #1AAF76;
}
</style>