Shades of Medium Spring Green #01EAA2
Tints of Medium Spring Green #01EAA2
RGB
CMYK
RGB Variations
Color information
#01EAA2 (or 0x01EAA2) is known color: Medium Spring Green. HEX triplet: 01, EA and A2. RGB value is (1,234,162). Sum of RGB (Red+Green+Blue) = 1+234+162=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #01EAA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EAA2 is #FE155D. Grayscale: #9C9C9C. Windows color (decimal): -16651614 or 10676737. OLE color: 10676737.
HSL color Cylindrical-coordinate representation of color #01EAA2: hue angle of 161.46º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EAA2 is Cyan = 1.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 234 | 162 | - |
| CMYK | 1.00 | 0 | 0.31 | 0.08 |
| HSL | 161.46º | 0.99% | 0.46% | - |
| HSV(B) | 161.46º | 1% | 0.92% | - |
| XYZ | 35.96 | 61.46 | 44.15 | - |
| YUV | 156.13 | 131.31 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 234 | 162 | 1.00 | 0 | 0.31 | 0.08 | 161.46 | 0.99 | 0.46 |
| Hex | 1 | EA | A2 | 64 | 0 | 1F | 8 | A1 | 63 | 2E |
| Octal | 1 | 352 | 242 | 144 | 0 | 37 | 10 | 241 | 143 | 56 |
| Binary | 1 | 11101010 | 10100010 | 1100100 | 0 | 11111 | 1000 | 10100001 | 1100011 | 101110 |
Color Harmonies of #01EAA2
Complementary color
Monochromatic Colors of #01EAA2
Black with #01EAA2
Text Example
Text Example
White with #01EAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EAA2; }
p { color: rgb(1,234,162); }
H1.HeaderClassName
{
color: #01EAA2;
}
.AnyTagClassName
{
color: #01EAA2;
}
</style>
background-color css
<style>
a { background-color: #01EAA2; }
a { background-color: rgb(1,234,162); }
div.DivClassName
{
background-color: #01EAA2;
}
.BgClassName
{
background-color: #01EAA2;
}
</style>
border-color css
<style>
span { border-color: #01EAA2; }
span { border-color: rgb(1,234,162); }
td.TdClassName
{
border-color: #01EAA2;
}
.TagClassName
{
border-color: #01EAA2;
}
</style>