Shades of Mountain Meadow #1AC56F
Tints of Mountain Meadow #1AC56F
RGB
CMYK
RGB Variations
Color information
#1AC56F (or 0x1AC56F) is known color: Mountain Meadow. HEX triplet: 1A, C5 and 6F. RGB value is (26,197,111). Sum of RGB (Red+Green+Blue) = 26+197+111=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC56F is #E53A90. Grayscale: #888888. Windows color (decimal): -15022737 or 7324954. OLE color: 7324954.
HSL color Cylindrical-coordinate representation of color #1AC56F: hue angle of 149.82º 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 #1AC56F is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 197 | 111 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.23 |
| HSL | 149.82º | 0.77% | 0.44% | - |
| HSV(B) | 149.82º | 0.87% | 0.77% | - |
| XYZ | 23.26 | 41.3 | 21.78 | - |
| YUV | 136.07 | 113.85 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 197 | 111 | 0.87 | 0 | 0.44 | 0.23 | 149.82 | 0.77 | 0.44 |
| Hex | 1A | C5 | 6F | 57 | 0 | 2C | 17 | 96 | 4D | 2C |
| Octal | 32 | 305 | 157 | 127 | 0 | 54 | 27 | 226 | 115 | 54 |
| Binary | 11010 | 11000101 | 1101111 | 1010111 | 0 | 101100 | 10111 | 10010110 | 1001101 | 101100 |
Color Harmonies of #1AC56F
Complementary color
Monochromatic Colors of #1AC56F
Black with #1AC56F
Text Example
Text Example
White with #1AC56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC56F; }
p { color: rgb(26,197,111); }
H1.HeaderClassName
{
color: #1AC56F;
}
.AnyTagClassName
{
color: #1AC56F;
}
</style>
background-color css
<style>
a { background-color: #1AC56F; }
a { background-color: rgb(26,197,111); }
div.DivClassName
{
background-color: #1AC56F;
}
.BgClassName
{
background-color: #1AC56F;
}
</style>
border-color css
<style>
span { border-color: #1AC56F; }
span { border-color: rgb(26,197,111); }
td.TdClassName
{
border-color: #1AC56F;
}
.TagClassName
{
border-color: #1AC56F;
}
</style>