Html Css Color HEX #0EFFAE Medium Spring Green
📋 copy color: '#0EFFAE'red 14 ◦ green 255 ◦ blue 174
Shades of Medium Spring Green #0EFFAE
Tints of Medium Spring Green #0EFFAE
RGB
CMYK
RGB Variations
Color information
#0EFFAE (or 0x0EFFAE) is known color: Medium Spring Green. HEX triplet: 0E, FF and AE. RGB value is (14,255,174). Sum of RGB (Red+Green+Blue) = 14+255+174=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFFAE is #F10051. Grayscale: #ADADAD. Windows color (decimal): -15794258 or 11468558. OLE color: 11468558.
HSL color Cylindrical-coordinate representation of color #0EFFAE: hue angle of 159.83º 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 #0EFFAE is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 174 | - |
| CMYK | 0.95 | 0 | 0.32 | 0 |
| HSL | 159.83º | 1% | 0.53% | - |
| HSV(B) | 159.83º | 0.95% | 1% | - |
| XYZ | 43.58 | 74.67 | 52.16 | - |
| YUV | 173.71 | 128.16 | 14.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 174 | 0.95 | 0 | 0.32 | 0 | 159.83 | 1 | 0.53 |
| Hex | E | FF | AE | 5F | 0 | 20 | 0 | A0 | 64 | 35 |
| Octal | 16 | 377 | 256 | 137 | 0 | 40 | 0 | 240 | 144 | 65 |
| Binary | 1110 | 11111111 | 10101110 | 1011111 | 0 | 100000 | 0 | 10100000 | 1100100 | 110101 |
Color Harmonies of #0EFFAE
Complementary color
Monochromatic Colors of #0EFFAE
Black with #0EFFAE
Text Example
Text Example
White with #0EFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFAE; }
p { color: rgb(14,255,174); }
H1.HeaderClassName
{
color: #0EFFAE;
}
.AnyTagClassName
{
color: #0EFFAE;
}
</style>
background-color css
<style>
a { background-color: #0EFFAE; }
a { background-color: rgb(14,255,174); }
div.DivClassName
{
background-color: #0EFFAE;
}
.BgClassName
{
background-color: #0EFFAE;
}
</style>
border-color css
<style>
span { border-color: #0EFFAE; }
span { border-color: rgb(14,255,174); }
td.TdClassName
{
border-color: #0EFFAE;
}
.TagClassName
{
border-color: #0EFFAE;
}
</style>