Shades of Mountain Meadow #1EAB6B
Tints of Mountain Meadow #1EAB6B
RGB
CMYK
RGB Variations
Color information
#1EAB6B (or 0x1EAB6B) is known color: Mountain Meadow. HEX triplet: 1E, AB and 6B. RGB value is (30,171,107). Sum of RGB (Red+Green+Blue) = 30+171+107=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAB6B is #E15494. Grayscale: #797979. Windows color (decimal): -14767253 or 7056158. OLE color: 7056158.
HSL color Cylindrical-coordinate representation of color #1EAB6B: hue angle of 152.77º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB6B is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 107 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.33 |
| HSL | 152.77º | 0.7% | 0.39% | - |
| HSV(B) | 152.77º | 0.82% | 0.67% | - |
| XYZ | 17.75 | 30.46 | 18.85 | - |
| YUV | 121.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 107 | 0.82 | 0 | 0.37 | 0.33 | 152.77 | 0.7 | 0.39 |
| Hex | 1E | AB | 6B | 52 | 0 | 25 | 21 | 99 | 46 | 27 |
| Octal | 36 | 253 | 153 | 122 | 0 | 45 | 41 | 231 | 106 | 47 |
| Binary | 11110 | 10101011 | 1101011 | 1010010 | 0 | 100101 | 100001 | 10011001 | 1000110 | 100111 |
Color Harmonies of #1EAB6B
Complementary color
Monochromatic Colors of #1EAB6B
Black with #1EAB6B
Text Example
Text Example
White with #1EAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAB6B; }
p { color: rgb(30,171,107); }
H1.HeaderClassName
{
color: #1EAB6B;
}
.AnyTagClassName
{
color: #1EAB6B;
}
</style>
background-color css
<style>
a { background-color: #1EAB6B; }
a { background-color: rgb(30,171,107); }
div.DivClassName
{
background-color: #1EAB6B;
}
.BgClassName
{
background-color: #1EAB6B;
}
</style>
border-color css
<style>
span { border-color: #1EAB6B; }
span { border-color: rgb(30,171,107); }
td.TdClassName
{
border-color: #1EAB6B;
}
.TagClassName
{
border-color: #1EAB6B;
}
</style>