Shades of Mountain Meadow #1EAC6B
Tints of Mountain Meadow #1EAC6B
RGB
CMYK
RGB Variations
Color information
#1EAC6B (or 0x1EAC6B) is known color: Mountain Meadow. HEX triplet: 1E, AC and 6B. RGB value is (30,172,107). Sum of RGB (Red+Green+Blue) = 30+172+107=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAC6B is #E15394. Grayscale: #7A7A7A. Windows color (decimal): -14766997 or 7056414. OLE color: 7056414.
HSL color Cylindrical-coordinate representation of color #1EAC6B: hue angle of 152.54º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC6B is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 107 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.33 |
| HSL | 152.54º | 0.7% | 0.4% | - |
| HSV(B) | 152.54º | 0.83% | 0.67% | - |
| XYZ | 17.94 | 30.84 | 18.92 | - |
| YUV | 122.13 | 119.46 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 107 | 0.83 | 0 | 0.38 | 0.33 | 152.54 | 0.7 | 0.4 |
| Hex | 1E | AC | 6B | 53 | 0 | 26 | 21 | 99 | 46 | 28 |
| Octal | 36 | 254 | 153 | 123 | 0 | 46 | 41 | 231 | 106 | 50 |
| Binary | 11110 | 10101100 | 1101011 | 1010011 | 0 | 100110 | 100001 | 10011001 | 1000110 | 101000 |
Color Harmonies of #1EAC6B
Complementary color
Monochromatic Colors of #1EAC6B
Black with #1EAC6B
Text Example
Text Example
White with #1EAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC6B; }
p { color: rgb(30,172,107); }
H1.HeaderClassName
{
color: #1EAC6B;
}
.AnyTagClassName
{
color: #1EAC6B;
}
</style>
background-color css
<style>
a { background-color: #1EAC6B; }
a { background-color: rgb(30,172,107); }
div.DivClassName
{
background-color: #1EAC6B;
}
.BgClassName
{
background-color: #1EAC6B;
}
</style>
border-color css
<style>
span { border-color: #1EAC6B; }
span { border-color: rgb(30,172,107); }
td.TdClassName
{
border-color: #1EAC6B;
}
.TagClassName
{
border-color: #1EAC6B;
}
</style>