Html Css Color HEX #0EFFA2 Medium Spring Green
📋 copy color: '#0EFFA2'red 14 ◦ green 255 ◦ blue 162
Shades of Medium Spring Green #0EFFA2
Tints of Medium Spring Green #0EFFA2
RGB
CMYK
RGB Variations
Color information
#0EFFA2 (or 0x0EFFA2) is known color: Medium Spring Green. HEX triplet: 0E, FF and A2. RGB value is (14,255,162). Sum of RGB (Red+Green+Blue) = 14+255+162=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFFA2 is #F1005D. Grayscale: #ACACAC. Windows color (decimal): -15794270 or 10682126. OLE color: 10682126.
HSL color Cylindrical-coordinate representation of color #0EFFA2: hue angle of 156.85º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFA2 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 162 | - |
| CMYK | 0.95 | 0 | 0.36 | 0 |
| HSL | 156.85º | 1% | 0.53% | - |
| HSV(B) | 156.85º | 0.95% | 1% | - |
| XYZ | 42.46 | 74.22 | 46.27 | - |
| YUV | 172.34 | 122.16 | 15.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 162 | 0.95 | 0 | 0.36 | 0 | 156.85 | 1 | 0.53 |
| Hex | E | FF | A2 | 5F | 0 | 24 | 0 | 9D | 64 | 35 |
| Octal | 16 | 377 | 242 | 137 | 0 | 44 | 0 | 235 | 144 | 65 |
| Binary | 1110 | 11111111 | 10100010 | 1011111 | 0 | 100100 | 0 | 10011101 | 1100100 | 110101 |
Color Harmonies of #0EFFA2
Complementary color
Monochromatic Colors of #0EFFA2
Black with #0EFFA2
Text Example
Text Example
White with #0EFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFA2; }
p { color: rgb(14,255,162); }
H1.HeaderClassName
{
color: #0EFFA2;
}
.AnyTagClassName
{
color: #0EFFA2;
}
</style>
background-color css
<style>
a { background-color: #0EFFA2; }
a { background-color: rgb(14,255,162); }
div.DivClassName
{
background-color: #0EFFA2;
}
.BgClassName
{
background-color: #0EFFA2;
}
</style>
border-color css
<style>
span { border-color: #0EFFA2; }
span { border-color: rgb(14,255,162); }
td.TdClassName
{
border-color: #0EFFA2;
}
.TagClassName
{
border-color: #0EFFA2;
}
</style>