Shades of Mountain Meadow #1AAA83
Tints of Mountain Meadow #1AAA83
RGB
CMYK
RGB Variations
Color information
#1AAA83 (or 0x1AAA83) is known color: Mountain Meadow. HEX triplet: 1A, AA and 83. RGB value is (26,170,131). Sum of RGB (Red+Green+Blue) = 26+170+131=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA83 is #E5557C. Grayscale: #7A7A7A. Windows color (decimal): -15029629 or 8628762. OLE color: 8628762.
HSL color Cylindrical-coordinate representation of color #1AAA83: hue angle of 163.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA83 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 131 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.33 |
| HSL | 163.75º | 0.73% | 0.38% | - |
| HSV(B) | 163.75º | 0.85% | 0.67% | - |
| XYZ | 18.9 | 30.61 | 26.38 | - |
| YUV | 122.5 | 132.79 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 131 | 0.85 | 0 | 0.23 | 0.33 | 163.75 | 0.73 | 0.38 |
| Hex | 1A | AA | 83 | 55 | 0 | 17 | 21 | A4 | 49 | 26 |
| Octal | 32 | 252 | 203 | 125 | 0 | 27 | 41 | 244 | 111 | 46 |
| Binary | 11010 | 10101010 | 10000011 | 1010101 | 0 | 10111 | 100001 | 10100100 | 1001001 | 100110 |
Color Harmonies of #1AAA83
Complementary color
Monochromatic Colors of #1AAA83
Black with #1AAA83
Text Example
Text Example
White with #1AAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA83; }
p { color: rgb(26,170,131); }
H1.HeaderClassName
{
color: #1AAA83;
}
.AnyTagClassName
{
color: #1AAA83;
}
</style>
background-color css
<style>
a { background-color: #1AAA83; }
a { background-color: rgb(26,170,131); }
div.DivClassName
{
background-color: #1AAA83;
}
.BgClassName
{
background-color: #1AAA83;
}
</style>
border-color css
<style>
span { border-color: #1AAA83; }
span { border-color: rgb(26,170,131); }
td.TdClassName
{
border-color: #1AAA83;
}
.TagClassName
{
border-color: #1AAA83;
}
</style>