Shades of Mountain Meadow #1AC089
Tints of Mountain Meadow #1AC089
RGB
CMYK
RGB Variations
Color information
#1AC089 (or 0x1AC089) is known color: Mountain Meadow. HEX triplet: 1A, C0 and 89. RGB value is (26,192,137). Sum of RGB (Red+Green+Blue) = 26+192+137=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC089 is #E53F76. Grayscale: #888888. Windows color (decimal): -15023991 or 9027610. OLE color: 9027610.
HSL color Cylindrical-coordinate representation of color #1AC089: hue angle of 160.12º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC089 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 137 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.25 |
| HSL | 160.12º | 0.76% | 0.43% | - |
| HSV(B) | 160.12º | 0.86% | 0.75% | - |
| XYZ | 23.79 | 39.73 | 30.08 | - |
| YUV | 136.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 137 | 0.86 | 0 | 0.29 | 0.25 | 160.12 | 0.76 | 0.43 |
| Hex | 1A | C0 | 89 | 56 | 0 | 1D | 19 | A0 | 4C | 2B |
| Octal | 32 | 300 | 211 | 126 | 0 | 35 | 31 | 240 | 114 | 53 |
| Binary | 11010 | 11000000 | 10001001 | 1010110 | 0 | 11101 | 11001 | 10100000 | 1001100 | 101011 |
Color Harmonies of #1AC089
Complementary color
Monochromatic Colors of #1AC089
Black with #1AC089
Text Example
Text Example
White with #1AC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC089; }
p { color: rgb(26,192,137); }
H1.HeaderClassName
{
color: #1AC089;
}
.AnyTagClassName
{
color: #1AC089;
}
</style>
background-color css
<style>
a { background-color: #1AC089; }
a { background-color: rgb(26,192,137); }
div.DivClassName
{
background-color: #1AC089;
}
.BgClassName
{
background-color: #1AC089;
}
</style>
border-color css
<style>
span { border-color: #1AC089; }
span { border-color: rgb(26,192,137); }
td.TdClassName
{
border-color: #1AC089;
}
.TagClassName
{
border-color: #1AC089;
}
</style>