Shades of Mountain Meadow #1AC98C
Tints of Mountain Meadow #1AC98C
RGB
CMYK
RGB Variations
Color information
#1AC98C (or 0x1AC98C) is known color: Mountain Meadow. HEX triplet: 1A, C9 and 8C. RGB value is (26,201,140). Sum of RGB (Red+Green+Blue) = 26+201+140=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC98C is #E53673. Grayscale: #8D8D8D. Windows color (decimal): -15021684 or 9226522. OLE color: 9226522.
HSL color Cylindrical-coordinate representation of color #1AC98C: hue angle of 159.09º 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 #1AC98C is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 140 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.21 |
| HSL | 159.09º | 0.77% | 0.45% | - |
| HSV(B) | 159.09º | 0.87% | 0.79% | - |
| XYZ | 26.05 | 43.89 | 31.91 | - |
| YUV | 141.72 | 127.02 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 140 | 0.87 | 0 | 0.30 | 0.21 | 159.09 | 0.77 | 0.45 |
| Hex | 1A | C9 | 8C | 57 | 0 | 1E | 15 | 9F | 4D | 2D |
| Octal | 32 | 311 | 214 | 127 | 0 | 36 | 25 | 237 | 115 | 55 |
| Binary | 11010 | 11001001 | 10001100 | 1010111 | 0 | 11110 | 10101 | 10011111 | 1001101 | 101101 |
Color Harmonies of #1AC98C
Complementary color
Monochromatic Colors of #1AC98C
Black with #1AC98C
Text Example
Text Example
White with #1AC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC98C; }
p { color: rgb(26,201,140); }
H1.HeaderClassName
{
color: #1AC98C;
}
.AnyTagClassName
{
color: #1AC98C;
}
</style>
background-color css
<style>
a { background-color: #1AC98C; }
a { background-color: rgb(26,201,140); }
div.DivClassName
{
background-color: #1AC98C;
}
.BgClassName
{
background-color: #1AC98C;
}
</style>
border-color css
<style>
span { border-color: #1AC98C; }
span { border-color: rgb(26,201,140); }
td.TdClassName
{
border-color: #1AC98C;
}
.TagClassName
{
border-color: #1AC98C;
}
</style>