Shades of Mountain Meadow #1EAD6A
Tints of Mountain Meadow #1EAD6A
RGB
CMYK
RGB Variations
Color information
#1EAD6A (or 0x1EAD6A) is known color: Mountain Meadow. HEX triplet: 1E, AD and 6A. RGB value is (30,173,106). Sum of RGB (Red+Green+Blue) = 30+173+106=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAD6A is #E15295. Grayscale: #7A7A7A. Windows color (decimal): -14766742 or 6991134. OLE color: 6991134.
HSL color Cylindrical-coordinate representation of color #1EAD6A: hue angle of 151.89º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD6A is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 106 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.32 |
| HSL | 151.89º | 0.7% | 0.4% | - |
| HSV(B) | 151.89º | 0.83% | 0.68% | - |
| XYZ | 18.08 | 31.2 | 18.71 | - |
| YUV | 122.61 | 118.62 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 106 | 0.83 | 0 | 0.39 | 0.32 | 151.89 | 0.7 | 0.4 |
| Hex | 1E | AD | 6A | 53 | 0 | 27 | 20 | 98 | 46 | 28 |
| Octal | 36 | 255 | 152 | 123 | 0 | 47 | 40 | 230 | 106 | 50 |
| Binary | 11110 | 10101101 | 1101010 | 1010011 | 0 | 100111 | 100000 | 10011000 | 1000110 | 101000 |
Color Harmonies of #1EAD6A
Complementary color
Monochromatic Colors of #1EAD6A
Black with #1EAD6A
Text Example
Text Example
White with #1EAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD6A; }
p { color: rgb(30,173,106); }
H1.HeaderClassName
{
color: #1EAD6A;
}
.AnyTagClassName
{
color: #1EAD6A;
}
</style>
background-color css
<style>
a { background-color: #1EAD6A; }
a { background-color: rgb(30,173,106); }
div.DivClassName
{
background-color: #1EAD6A;
}
.BgClassName
{
background-color: #1EAD6A;
}
</style>
border-color css
<style>
span { border-color: #1EAD6A; }
span { border-color: rgb(30,173,106); }
td.TdClassName
{
border-color: #1EAD6A;
}
.TagClassName
{
border-color: #1EAD6A;
}
</style>