Shades of Mountain Meadow #1AAD83
Tints of Mountain Meadow #1AAD83
RGB
CMYK
RGB Variations
Color information
#1AAD83 (or 0x1AAD83) is known color: Mountain Meadow. HEX triplet: 1A, AD and 83. RGB value is (26,173,131). Sum of RGB (Red+Green+Blue) = 26+173+131=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAD83 is #E5527C. Grayscale: #7C7C7C. Windows color (decimal): -15028861 or 8629530. OLE color: 8629530.
HSL color Cylindrical-coordinate representation of color #1AAD83: hue angle of 162.86º 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 #1AAD83 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 131 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.32 |
| HSL | 162.86º | 0.74% | 0.39% | - |
| HSV(B) | 162.86º | 0.85% | 0.68% | - |
| XYZ | 19.47 | 31.75 | 26.57 | - |
| YUV | 124.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 131 | 0.85 | 0 | 0.24 | 0.32 | 162.86 | 0.74 | 0.39 |
| Hex | 1A | AD | 83 | 55 | 0 | 18 | 20 | A3 | 4A | 27 |
| Octal | 32 | 255 | 203 | 125 | 0 | 30 | 40 | 243 | 112 | 47 |
| Binary | 11010 | 10101101 | 10000011 | 1010101 | 0 | 11000 | 100000 | 10100011 | 1001010 | 100111 |
Color Harmonies of #1AAD83
Complementary color
Monochromatic Colors of #1AAD83
Black with #1AAD83
Text Example
Text Example
White with #1AAD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAD83; }
p { color: rgb(26,173,131); }
H1.HeaderClassName
{
color: #1AAD83;
}
.AnyTagClassName
{
color: #1AAD83;
}
</style>
background-color css
<style>
a { background-color: #1AAD83; }
a { background-color: rgb(26,173,131); }
div.DivClassName
{
background-color: #1AAD83;
}
.BgClassName
{
background-color: #1AAD83;
}
</style>
border-color css
<style>
span { border-color: #1AAD83; }
span { border-color: rgb(26,173,131); }
td.TdClassName
{
border-color: #1AAD83;
}
.TagClassName
{
border-color: #1AAD83;
}
</style>