Shades of Mountain Meadow #1EAF8D
Tints of Mountain Meadow #1EAF8D
RGB
CMYK
RGB Variations
Color information
#1EAF8D (or 0x1EAF8D) is known color: Mountain Meadow. HEX triplet: 1E, AF and 8D. RGB value is (30,175,141). Sum of RGB (Red+Green+Blue) = 30+175+141=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAF8D is #E15072. Grayscale: #7F7F7F. Windows color (decimal): -14766195 or 9285406. OLE color: 9285406.
HSL color Cylindrical-coordinate representation of color #1EAF8D: hue angle of 165.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF8D is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 175 | 141 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.31 |
| HSL | 165.93º | 0.71% | 0.4% | - |
| HSV(B) | 165.93º | 0.83% | 0.69% | - |
| XYZ | 20.67 | 32.86 | 30.45 | - |
| YUV | 127.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 141 | 0.83 | 0 | 0.19 | 0.31 | 165.93 | 0.71 | 0.4 |
| Hex | 1E | AF | 8D | 53 | 0 | 13 | 1F | A6 | 47 | 28 |
| Octal | 36 | 257 | 215 | 123 | 0 | 23 | 37 | 246 | 107 | 50 |
| Binary | 11110 | 10101111 | 10001101 | 1010011 | 0 | 10011 | 11111 | 10100110 | 1000111 | 101000 |
Color Harmonies of #1EAF8D
Complementary color
Monochromatic Colors of #1EAF8D
Black with #1EAF8D
Text Example
Text Example
White with #1EAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAF8D; }
p { color: rgb(30,175,141); }
H1.HeaderClassName
{
color: #1EAF8D;
}
.AnyTagClassName
{
color: #1EAF8D;
}
</style>
background-color css
<style>
a { background-color: #1EAF8D; }
a { background-color: rgb(30,175,141); }
div.DivClassName
{
background-color: #1EAF8D;
}
.BgClassName
{
background-color: #1EAF8D;
}
</style>
border-color css
<style>
span { border-color: #1EAF8D; }
span { border-color: rgb(30,175,141); }
td.TdClassName
{
border-color: #1EAF8D;
}
.TagClassName
{
border-color: #1EAF8D;
}
</style>