Shades of Mountain Meadow #1ECA83
Tints of Mountain Meadow #1ECA83
RGB
CMYK
RGB Variations
Color information
#1ECA83 (or 0x1ECA83) is known color: Mountain Meadow. HEX triplet: 1E, CA and 83. RGB value is (30,202,131). Sum of RGB (Red+Green+Blue) = 30+202+131=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECA83 is #E1357C. Grayscale: #8E8E8E. Windows color (decimal): -14759293 or 8636958. OLE color: 8636958.
HSL color Cylindrical-coordinate representation of color #1ECA83: hue angle of 155.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECA83 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 202 | 131 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.21 |
| HSL | 155.23º | 0.74% | 0.45% | - |
| HSV(B) | 155.23º | 0.85% | 0.79% | - |
| XYZ | 25.75 | 44.16 | 28.64 | - |
| YUV | 142.48 | 121.52 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 131 | 0.85 | 0 | 0.35 | 0.21 | 155.23 | 0.74 | 0.45 |
| Hex | 1E | CA | 83 | 55 | 0 | 23 | 15 | 9B | 4A | 2D |
| Octal | 36 | 312 | 203 | 125 | 0 | 43 | 25 | 233 | 112 | 55 |
| Binary | 11110 | 11001010 | 10000011 | 1010101 | 0 | 100011 | 10101 | 10011011 | 1001010 | 101101 |
Color Harmonies of #1ECA83
Complementary color
Monochromatic Colors of #1ECA83
Black with #1ECA83
Text Example
Text Example
White with #1ECA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECA83; }
p { color: rgb(30,202,131); }
H1.HeaderClassName
{
color: #1ECA83;
}
.AnyTagClassName
{
color: #1ECA83;
}
</style>
background-color css
<style>
a { background-color: #1ECA83; }
a { background-color: rgb(30,202,131); }
div.DivClassName
{
background-color: #1ECA83;
}
.BgClassName
{
background-color: #1ECA83;
}
</style>
border-color css
<style>
span { border-color: #1ECA83; }
span { border-color: rgb(30,202,131); }
td.TdClassName
{
border-color: #1ECA83;
}
.TagClassName
{
border-color: #1ECA83;
}
</style>