Shades of Mountain Meadow #1AC791
Tints of Mountain Meadow #1AC791
RGB
CMYK
RGB Variations
Color information
#1AC791 (or 0x1AC791) is known color: Mountain Meadow. HEX triplet: 1A, C7 and 91. RGB value is (26,199,145). Sum of RGB (Red+Green+Blue) = 26+199+145=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #1AC791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC791 is #E5386E. Grayscale: #8D8D8D. Windows color (decimal): -15022191 or 9553690. OLE color: 9553690.
HSL color Cylindrical-coordinate representation of color #1AC791: hue angle of 161.27º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC791 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 199 | 145 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.22 |
| HSL | 161.27º | 0.77% | 0.44% | - |
| HSV(B) | 161.27º | 0.87% | 0.78% | - |
| XYZ | 25.96 | 43.11 | 33.74 | - |
| YUV | 141.12 | 130.19 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 199 | 145 | 0.87 | 0 | 0.27 | 0.22 | 161.27 | 0.77 | 0.44 |
| Hex | 1A | C7 | 91 | 57 | 0 | 1B | 16 | A1 | 4D | 2C |
| Octal | 32 | 307 | 221 | 127 | 0 | 33 | 26 | 241 | 115 | 54 |
| Binary | 11010 | 11000111 | 10010001 | 1010111 | 0 | 11011 | 10110 | 10100001 | 1001101 | 101100 |
Color Harmonies of #1AC791
Complementary color
Monochromatic Colors of #1AC791
Black with #1AC791
Text Example
Text Example
White with #1AC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC791; }
p { color: rgb(26,199,145); }
H1.HeaderClassName
{
color: #1AC791;
}
.AnyTagClassName
{
color: #1AC791;
}
</style>
background-color css
<style>
a { background-color: #1AC791; }
a { background-color: rgb(26,199,145); }
div.DivClassName
{
background-color: #1AC791;
}
.BgClassName
{
background-color: #1AC791;
}
</style>
border-color css
<style>
span { border-color: #1AC791; }
span { border-color: rgb(26,199,145); }
td.TdClassName
{
border-color: #1AC791;
}
.TagClassName
{
border-color: #1AC791;
}
</style>