Html Css Color HEX #1EF2AA Medium Spring Green
📋 copy color: '#1EF2AA'red 30 ◦ green 242 ◦ blue 170
Shades of Medium Spring Green #1EF2AA
Tints of Medium Spring Green #1EF2AA
RGB
CMYK
RGB Variations
Color information
#1EF2AA (or 0x1EF2AA) is known color: Medium Spring Green. HEX triplet: 1E, F2 and AA. RGB value is (30,242,170). Sum of RGB (Red+Green+Blue) = 30+242+170=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EF2AA is #E10D55. Grayscale: #AAAAAA. Windows color (decimal): -14749014 or 11203102. OLE color: 11203102.
HSL color Cylindrical-coordinate representation of color #1EF2AA: hue angle of 159.62º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF2AA is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 170 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.05 |
| HSL | 159.62º | 0.89% | 0.53% | - |
| HSV(B) | 159.62º | 0.88% | 0.95% | - |
| XYZ | 39.54 | 66.68 | 48.82 | - |
| YUV | 170.4 | 127.76 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 170 | 0.88 | 0 | 0.30 | 0.05 | 159.62 | 0.89 | 0.53 |
| Hex | 1E | F2 | AA | 58 | 0 | 1E | 5 | A0 | 59 | 35 |
| Octal | 36 | 362 | 252 | 130 | 0 | 36 | 5 | 240 | 131 | 65 |
| Binary | 11110 | 11110010 | 10101010 | 1011000 | 0 | 11110 | 101 | 10100000 | 1011001 | 110101 |
Color Harmonies of #1EF2AA
Complementary color
Monochromatic Colors of #1EF2AA
Black with #1EF2AA
Text Example
Text Example
White with #1EF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF2AA; }
p { color: rgb(30,242,170); }
H1.HeaderClassName
{
color: #1EF2AA;
}
.AnyTagClassName
{
color: #1EF2AA;
}
</style>
background-color css
<style>
a { background-color: #1EF2AA; }
a { background-color: rgb(30,242,170); }
div.DivClassName
{
background-color: #1EF2AA;
}
.BgClassName
{
background-color: #1EF2AA;
}
</style>
border-color css
<style>
span { border-color: #1EF2AA; }
span { border-color: rgb(30,242,170); }
td.TdClassName
{
border-color: #1EF2AA;
}
.TagClassName
{
border-color: #1EF2AA;
}
</style>