Shades of Mountain Meadow #1AC980
Tints of Mountain Meadow #1AC980
RGB
CMYK
RGB Variations
Color information
#1AC980 (or 0x1AC980) is known color: Mountain Meadow. HEX triplet: 1A, C9 and 80. RGB value is (26,201,128). Sum of RGB (Red+Green+Blue) = 26+201+128=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC980 is #E5367F. Grayscale: #8C8C8C. Windows color (decimal): -15021696 or 8440090. OLE color: 8440090.
HSL color Cylindrical-coordinate representation of color #1AC980: hue angle of 154.97º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC980 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 128 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.21 |
| HSL | 154.97º | 0.77% | 0.45% | - |
| HSV(B) | 154.97º | 0.87% | 0.79% | - |
| XYZ | 25.21 | 43.55 | 27.5 | - |
| YUV | 140.35 | 121.02 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 128 | 0.87 | 0 | 0.36 | 0.21 | 154.97 | 0.77 | 0.45 |
| Hex | 1A | C9 | 80 | 57 | 0 | 24 | 15 | 9B | 4D | 2D |
| Octal | 32 | 311 | 200 | 127 | 0 | 44 | 25 | 233 | 115 | 55 |
| Binary | 11010 | 11001001 | 10000000 | 1010111 | 0 | 100100 | 10101 | 10011011 | 1001101 | 101101 |
Color Harmonies of #1AC980
Complementary color
Monochromatic Colors of #1AC980
Black with #1AC980
Text Example
Text Example
White with #1AC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC980; }
p { color: rgb(26,201,128); }
H1.HeaderClassName
{
color: #1AC980;
}
.AnyTagClassName
{
color: #1AC980;
}
</style>
background-color css
<style>
a { background-color: #1AC980; }
a { background-color: rgb(26,201,128); }
div.DivClassName
{
background-color: #1AC980;
}
.BgClassName
{
background-color: #1AC980;
}
</style>
border-color css
<style>
span { border-color: #1AC980; }
span { border-color: rgb(26,201,128); }
td.TdClassName
{
border-color: #1AC980;
}
.TagClassName
{
border-color: #1AC980;
}
</style>