Shades of Mountain Meadow #1AA375
Tints of Mountain Meadow #1AA375
RGB
CMYK
RGB Variations
Color information
#1AA375 (or 0x1AA375) is known color: Mountain Meadow. HEX triplet: 1A, A3 and 75. RGB value is (26,163,117). Sum of RGB (Red+Green+Blue) = 26+163+117=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA375 is #E55C8A. Grayscale: #747474. Windows color (decimal): -15031435 or 7709466. OLE color: 7709466.
HSL color Cylindrical-coordinate representation of color #1AA375: hue angle of 159.85º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA375 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 163 | 117 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.36 |
| HSL | 159.85º | 0.72% | 0.37% | - |
| HSV(B) | 159.85º | 0.84% | 0.64% | - |
| XYZ | 16.73 | 27.7 | 21.29 | - |
| YUV | 116.79 | 128.11 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 117 | 0.84 | 0 | 0.28 | 0.36 | 159.85 | 0.72 | 0.37 |
| Hex | 1A | A3 | 75 | 54 | 0 | 1C | 24 | A0 | 48 | 25 |
| Octal | 32 | 243 | 165 | 124 | 0 | 34 | 44 | 240 | 110 | 45 |
| Binary | 11010 | 10100011 | 1110101 | 1010100 | 0 | 11100 | 100100 | 10100000 | 1001000 | 100101 |
Color Harmonies of #1AA375
Complementary color
Monochromatic Colors of #1AA375
Black with #1AA375
Text Example
Text Example
White with #1AA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA375; }
p { color: rgb(26,163,117); }
H1.HeaderClassName
{
color: #1AA375;
}
.AnyTagClassName
{
color: #1AA375;
}
</style>
background-color css
<style>
a { background-color: #1AA375; }
a { background-color: rgb(26,163,117); }
div.DivClassName
{
background-color: #1AA375;
}
.BgClassName
{
background-color: #1AA375;
}
</style>
border-color css
<style>
span { border-color: #1AA375; }
span { border-color: rgb(26,163,117); }
td.TdClassName
{
border-color: #1AA375;
}
.TagClassName
{
border-color: #1AA375;
}
</style>