Shades of Mountain Meadow #1EAD83
Tints of Mountain Meadow #1EAD83
RGB
CMYK
RGB Variations
Color information
#1EAD83 (or 0x1EAD83) is known color: Mountain Meadow. HEX triplet: 1E, AD and 83. RGB value is (30,173,131). Sum of RGB (Red+Green+Blue) = 30+173+131=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD83 is #E1527C. Grayscale: #7D7D7D. Windows color (decimal): -14766717 or 8629534. OLE color: 8629534.
HSL color Cylindrical-coordinate representation of color #1EAD83: hue angle of 162.38º 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 #1EAD83 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 131 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.32 |
| HSL | 162.38º | 0.7% | 0.4% | - |
| HSV(B) | 162.38º | 0.83% | 0.68% | - |
| XYZ | 19.58 | 31.8 | 26.58 | - |
| YUV | 125.46 | 131.12 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 131 | 0.83 | 0 | 0.24 | 0.32 | 162.38 | 0.7 | 0.4 |
| Hex | 1E | AD | 83 | 53 | 0 | 18 | 20 | A2 | 46 | 28 |
| Octal | 36 | 255 | 203 | 123 | 0 | 30 | 40 | 242 | 106 | 50 |
| Binary | 11110 | 10101101 | 10000011 | 1010011 | 0 | 11000 | 100000 | 10100010 | 1000110 | 101000 |
Color Harmonies of #1EAD83
Complementary color
Monochromatic Colors of #1EAD83
Black with #1EAD83
Text Example
Text Example
White with #1EAD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD83; }
p { color: rgb(30,173,131); }
H1.HeaderClassName
{
color: #1EAD83;
}
.AnyTagClassName
{
color: #1EAD83;
}
</style>
background-color css
<style>
a { background-color: #1EAD83; }
a { background-color: rgb(30,173,131); }
div.DivClassName
{
background-color: #1EAD83;
}
.BgClassName
{
background-color: #1EAD83;
}
</style>
border-color css
<style>
span { border-color: #1EAD83; }
span { border-color: rgb(30,173,131); }
td.TdClassName
{
border-color: #1EAD83;
}
.TagClassName
{
border-color: #1EAD83;
}
</style>