Shades of Mountain Meadow #1AB973
Tints of Mountain Meadow #1AB973
RGB
CMYK
RGB Variations
Color information
#1AB973 (or 0x1AB973) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 73. RGB value is (26,185,115). Sum of RGB (Red+Green+Blue) = 26+185+115=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB973 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB973 is #E5468C. Grayscale: #818181. Windows color (decimal): -15025805 or 7584026. OLE color: 7584026.
HSL color Cylindrical-coordinate representation of color #1AB973: hue angle of 153.58º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB973 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 115 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.27 |
| HSL | 153.58º | 0.75% | 0.41% | - |
| HSV(B) | 153.58º | 0.86% | 0.73% | - |
| XYZ | 20.87 | 36.16 | 22.1 | - |
| YUV | 129.48 | 119.82 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 115 | 0.86 | 0 | 0.38 | 0.27 | 153.58 | 0.75 | 0.41 |
| Hex | 1A | B9 | 73 | 56 | 0 | 26 | 1B | 9A | 4B | 29 |
| Octal | 32 | 271 | 163 | 126 | 0 | 46 | 33 | 232 | 113 | 51 |
| Binary | 11010 | 10111001 | 1110011 | 1010110 | 0 | 100110 | 11011 | 10011010 | 1001011 | 101001 |
Color Harmonies of #1AB973
Complementary color
Monochromatic Colors of #1AB973
Black with #1AB973
Text Example
Text Example
White with #1AB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB973; }
p { color: rgb(26,185,115); }
H1.HeaderClassName
{
color: #1AB973;
}
.AnyTagClassName
{
color: #1AB973;
}
</style>
background-color css
<style>
a { background-color: #1AB973; }
a { background-color: rgb(26,185,115); }
div.DivClassName
{
background-color: #1AB973;
}
.BgClassName
{
background-color: #1AB973;
}
</style>
border-color css
<style>
span { border-color: #1AB973; }
span { border-color: rgb(26,185,115); }
td.TdClassName
{
border-color: #1AB973;
}
.TagClassName
{
border-color: #1AB973;
}
</style>