Shades of Mountain Meadow #1AC584
Tints of Mountain Meadow #1AC584
RGB
CMYK
RGB Variations
Color information
#1AC584 (or 0x1AC584) is known color: Mountain Meadow. HEX triplet: 1A, C5 and 84. RGB value is (26,197,132). Sum of RGB (Red+Green+Blue) = 26+197+132=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 197 (77.34% from 255 or 55.49% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC584 is #E53A7B. Grayscale: #8A8A8A. Windows color (decimal): -15022716 or 8701210. OLE color: 8701210.
HSL color Cylindrical-coordinate representation of color #1AC584: hue angle of 157.19º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC584 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 132 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.23 |
| HSL | 157.19º | 0.77% | 0.44% | - |
| HSV(B) | 157.19º | 0.87% | 0.77% | - |
| XYZ | 24.56 | 41.82 | 28.61 | - |
| YUV | 138.46 | 124.35 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 132 | 0.87 | 0 | 0.33 | 0.23 | 157.19 | 0.77 | 0.44 |
| Hex | 1A | C5 | 84 | 57 | 0 | 21 | 17 | 9D | 4D | 2C |
| Octal | 32 | 305 | 204 | 127 | 0 | 41 | 27 | 235 | 115 | 54 |
| Binary | 11010 | 11000101 | 10000100 | 1010111 | 0 | 100001 | 10111 | 10011101 | 1001101 | 101100 |
Color Harmonies of #1AC584
Complementary color
Monochromatic Colors of #1AC584
Black with #1AC584
Text Example
Text Example
White with #1AC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC584; }
p { color: rgb(26,197,132); }
H1.HeaderClassName
{
color: #1AC584;
}
.AnyTagClassName
{
color: #1AC584;
}
</style>
background-color css
<style>
a { background-color: #1AC584; }
a { background-color: rgb(26,197,132); }
div.DivClassName
{
background-color: #1AC584;
}
.BgClassName
{
background-color: #1AC584;
}
</style>
border-color css
<style>
span { border-color: #1AC584; }
span { border-color: rgb(26,197,132); }
td.TdClassName
{
border-color: #1AC584;
}
.TagClassName
{
border-color: #1AC584;
}
</style>