Shades of Mountain Meadow #1AC596
Tints of Mountain Meadow #1AC596
RGB
CMYK
RGB Variations
Color information
#1AC596 (or 0x1AC596) is known color: Mountain Meadow. HEX triplet: 1A, C5 and 96. RGB value is (26,197,150). Sum of RGB (Red+Green+Blue) = 26+197+150=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC596 is #E53A69. Grayscale: #8C8C8C. Windows color (decimal): -15022698 or 9880858. OLE color: 9880858.
HSL color Cylindrical-coordinate representation of color #1AC596: hue angle of 163.51º 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 #1AC596 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 150 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.23 |
| HSL | 163.51º | 0.77% | 0.44% | - |
| HSV(B) | 163.51º | 0.87% | 0.77% | - |
| XYZ | 25.9 | 42.35 | 35.66 | - |
| YUV | 140.51 | 133.35 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 150 | 0.87 | 0 | 0.24 | 0.23 | 163.51 | 0.77 | 0.44 |
| Hex | 1A | C5 | 96 | 57 | 0 | 18 | 17 | A4 | 4D | 2C |
| Octal | 32 | 305 | 226 | 127 | 0 | 30 | 27 | 244 | 115 | 54 |
| Binary | 11010 | 11000101 | 10010110 | 1010111 | 0 | 11000 | 10111 | 10100100 | 1001101 | 101100 |
Color Harmonies of #1AC596
Complementary color
Monochromatic Colors of #1AC596
Black with #1AC596
Text Example
Text Example
White with #1AC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC596; }
p { color: rgb(26,197,150); }
H1.HeaderClassName
{
color: #1AC596;
}
.AnyTagClassName
{
color: #1AC596;
}
</style>
background-color css
<style>
a { background-color: #1AC596; }
a { background-color: rgb(26,197,150); }
div.DivClassName
{
background-color: #1AC596;
}
.BgClassName
{
background-color: #1AC596;
}
</style>
border-color css
<style>
span { border-color: #1AC596; }
span { border-color: rgb(26,197,150); }
td.TdClassName
{
border-color: #1AC596;
}
.TagClassName
{
border-color: #1AC596;
}
</style>