Shades of Mountain Meadow #1AAE6F
Tints of Mountain Meadow #1AAE6F
RGB
CMYK
RGB Variations
Color information
#1AAE6F (or 0x1AAE6F) is known color: Mountain Meadow. HEX triplet: 1A, AE and 6F. RGB value is (26,174,111). Sum of RGB (Red+Green+Blue) = 26+174+111=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAE6F is #E55190. Grayscale: #7A7A7A. Windows color (decimal): -15028625 or 7319066. OLE color: 7319066.
HSL color Cylindrical-coordinate representation of color #1AAE6F: hue angle of 154.46º 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 #1AAE6F is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 111 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.32 |
| HSL | 154.46º | 0.74% | 0.39% | - |
| HSV(B) | 154.46º | 0.85% | 0.68% | - |
| XYZ | 18.43 | 31.64 | 20.17 | - |
| YUV | 122.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 111 | 0.85 | 0 | 0.36 | 0.32 | 154.46 | 0.74 | 0.39 |
| Hex | 1A | AE | 6F | 55 | 0 | 24 | 20 | 9A | 4A | 27 |
| Octal | 32 | 256 | 157 | 125 | 0 | 44 | 40 | 232 | 112 | 47 |
| Binary | 11010 | 10101110 | 1101111 | 1010101 | 0 | 100100 | 100000 | 10011010 | 1001010 | 100111 |
Color Harmonies of #1AAE6F
Complementary color
Monochromatic Colors of #1AAE6F
Black with #1AAE6F
Text Example
Text Example
White with #1AAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE6F; }
p { color: rgb(26,174,111); }
H1.HeaderClassName
{
color: #1AAE6F;
}
.AnyTagClassName
{
color: #1AAE6F;
}
</style>
background-color css
<style>
a { background-color: #1AAE6F; }
a { background-color: rgb(26,174,111); }
div.DivClassName
{
background-color: #1AAE6F;
}
.BgClassName
{
background-color: #1AAE6F;
}
</style>
border-color css
<style>
span { border-color: #1AAE6F; }
span { border-color: rgb(26,174,111); }
td.TdClassName
{
border-color: #1AAE6F;
}
.TagClassName
{
border-color: #1AAE6F;
}
</style>