Shades of Mountain Meadow #1AC189
Tints of Mountain Meadow #1AC189
RGB
CMYK
RGB Variations
Color information
#1AC189 (or 0x1AC189) is known color: Mountain Meadow. HEX triplet: 1A, C1 and 89. RGB value is (26,193,137). Sum of RGB (Red+Green+Blue) = 26+193+137=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC189 is #E53E76. Grayscale: #888888. Windows color (decimal): -15023735 or 9027866. OLE color: 9027866.
HSL color Cylindrical-coordinate representation of color #1AC189: hue angle of 159.88º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC189 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 137 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.24 |
| HSL | 159.88º | 0.76% | 0.43% | - |
| HSV(B) | 159.88º | 0.87% | 0.76% | - |
| XYZ | 24.01 | 40.17 | 30.15 | - |
| YUV | 136.68 | 128.17 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 137 | 0.87 | 0 | 0.29 | 0.24 | 159.88 | 0.76 | 0.43 |
| Hex | 1A | C1 | 89 | 57 | 0 | 1D | 18 | A0 | 4C | 2B |
| Octal | 32 | 301 | 211 | 127 | 0 | 35 | 30 | 240 | 114 | 53 |
| Binary | 11010 | 11000001 | 10001001 | 1010111 | 0 | 11101 | 11000 | 10100000 | 1001100 | 101011 |
Color Harmonies of #1AC189
Complementary color
Monochromatic Colors of #1AC189
Black with #1AC189
Text Example
Text Example
White with #1AC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC189; }
p { color: rgb(26,193,137); }
H1.HeaderClassName
{
color: #1AC189;
}
.AnyTagClassName
{
color: #1AC189;
}
</style>
background-color css
<style>
a { background-color: #1AC189; }
a { background-color: rgb(26,193,137); }
div.DivClassName
{
background-color: #1AC189;
}
.BgClassName
{
background-color: #1AC189;
}
</style>
border-color css
<style>
span { border-color: #1AC189; }
span { border-color: rgb(26,193,137); }
td.TdClassName
{
border-color: #1AC189;
}
.TagClassName
{
border-color: #1AC189;
}
</style>