Shades of Mountain Meadow #1EAF7B
Tints of Mountain Meadow #1EAF7B
RGB
CMYK
RGB Variations
Color information
#1EAF7B (or 0x1EAF7B) is known color: Mountain Meadow. HEX triplet: 1E, AF and 7B. RGB value is (30,175,123). Sum of RGB (Red+Green+Blue) = 30+175+123=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAF7B is #E15084. Grayscale: #7D7D7D. Windows color (decimal): -14766213 or 8105758. OLE color: 8105758.
HSL color Cylindrical-coordinate representation of color #1EAF7B: hue angle of 158.48º 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 #1EAF7B is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 175 | 123 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.31 |
| HSL | 158.48º | 0.71% | 0.4% | - |
| HSV(B) | 158.48º | 0.83% | 0.69% | - |
| XYZ | 19.44 | 32.37 | 23.96 | - |
| YUV | 125.72 | 126.46 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 123 | 0.83 | 0 | 0.30 | 0.31 | 158.48 | 0.71 | 0.4 |
| Hex | 1E | AF | 7B | 53 | 0 | 1E | 1F | 9E | 47 | 28 |
| Octal | 36 | 257 | 173 | 123 | 0 | 36 | 37 | 236 | 107 | 50 |
| Binary | 11110 | 10101111 | 1111011 | 1010011 | 0 | 11110 | 11111 | 10011110 | 1000111 | 101000 |
Color Harmonies of #1EAF7B
Complementary color
Monochromatic Colors of #1EAF7B
Black with #1EAF7B
Text Example
Text Example
White with #1EAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAF7B; }
p { color: rgb(30,175,123); }
H1.HeaderClassName
{
color: #1EAF7B;
}
.AnyTagClassName
{
color: #1EAF7B;
}
</style>
background-color css
<style>
a { background-color: #1EAF7B; }
a { background-color: rgb(30,175,123); }
div.DivClassName
{
background-color: #1EAF7B;
}
.BgClassName
{
background-color: #1EAF7B;
}
</style>
border-color css
<style>
span { border-color: #1EAF7B; }
span { border-color: rgb(30,175,123); }
td.TdClassName
{
border-color: #1EAF7B;
}
.TagClassName
{
border-color: #1EAF7B;
}
</style>