Shades of Mountain Meadow #1AC86D
Tints of Mountain Meadow #1AC86D
RGB
CMYK
RGB Variations
Color information
#1AC86D (or 0x1AC86D) is known color: Mountain Meadow. HEX triplet: 1A, C8 and 6D. RGB value is (26,200,109). Sum of RGB (Red+Green+Blue) = 26+200+109=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC86D is #E53792. Grayscale: #898989. Windows color (decimal): -15021971 or 7194650. OLE color: 7194650.
HSL color Cylindrical-coordinate representation of color #1AC86D: hue angle of 148.62º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC86D is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 200 | 109 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.22 |
| HSL | 148.62º | 0.77% | 0.44% | - |
| HSV(B) | 148.62º | 0.87% | 0.78% | - |
| XYZ | 23.84 | 42.63 | 21.44 | - |
| YUV | 137.6 | 111.85 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 200 | 109 | 0.87 | 0 | 0.46 | 0.22 | 148.62 | 0.77 | 0.44 |
| Hex | 1A | C8 | 6D | 57 | 0 | 2E | 16 | 95 | 4D | 2C |
| Octal | 32 | 310 | 155 | 127 | 0 | 56 | 26 | 225 | 115 | 54 |
| Binary | 11010 | 11001000 | 1101101 | 1010111 | 0 | 101110 | 10110 | 10010101 | 1001101 | 101100 |
Color Harmonies of #1AC86D
Complementary color
Monochromatic Colors of #1AC86D
Black with #1AC86D
Text Example
Text Example
White with #1AC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC86D; }
p { color: rgb(26,200,109); }
H1.HeaderClassName
{
color: #1AC86D;
}
.AnyTagClassName
{
color: #1AC86D;
}
</style>
background-color css
<style>
a { background-color: #1AC86D; }
a { background-color: rgb(26,200,109); }
div.DivClassName
{
background-color: #1AC86D;
}
.BgClassName
{
background-color: #1AC86D;
}
</style>
border-color css
<style>
span { border-color: #1AC86D; }
span { border-color: rgb(26,200,109); }
td.TdClassName
{
border-color: #1AC86D;
}
.TagClassName
{
border-color: #1AC86D;
}
</style>