Html Css Color HEX #0EF0AF Medium Spring Green
📋 copy color: '#0EF0AF'red 14 ◦ green 240 ◦ blue 175
Shades of Medium Spring Green #0EF0AF
Tints of Medium Spring Green #0EF0AF
RGB
CMYK
RGB Variations
Color information
#0EF0AF (or 0x0EF0AF) is known color: Medium Spring Green. HEX triplet: 0E, F0 and AF. RGB value is (14,240,175). Sum of RGB (Red+Green+Blue) = 14+240+175=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF0AF is #F10F50. Grayscale: #A5A5A5. Windows color (decimal): -15798097 or 11530254. OLE color: 11530254.
HSL color Cylindrical-coordinate representation of color #0EF0AF: hue angle of 162.74º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF0AF is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 240 | 175 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.06 |
| HSL | 162.74º | 0.89% | 0.5% | - |
| HSV(B) | 162.74º | 0.94% | 0.94% | - |
| XYZ | 39.08 | 65.51 | 51.14 | - |
| YUV | 165.02 | 133.63 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 175 | 0.94 | 0 | 0.27 | 0.06 | 162.74 | 0.89 | 0.5 |
| Hex | E | F0 | AF | 5E | 0 | 1B | 6 | A3 | 59 | 32 |
| Octal | 16 | 360 | 257 | 136 | 0 | 33 | 6 | 243 | 131 | 62 |
| Binary | 1110 | 11110000 | 10101111 | 1011110 | 0 | 11011 | 110 | 10100011 | 1011001 | 110010 |
Color Harmonies of #0EF0AF
Complementary color
Monochromatic Colors of #0EF0AF
Black with #0EF0AF
Text Example
Text Example
White with #0EF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF0AF; }
p { color: rgb(14,240,175); }
H1.HeaderClassName
{
color: #0EF0AF;
}
.AnyTagClassName
{
color: #0EF0AF;
}
</style>
background-color css
<style>
a { background-color: #0EF0AF; }
a { background-color: rgb(14,240,175); }
div.DivClassName
{
background-color: #0EF0AF;
}
.BgClassName
{
background-color: #0EF0AF;
}
</style>
border-color css
<style>
span { border-color: #0EF0AF; }
span { border-color: rgb(14,240,175); }
td.TdClassName
{
border-color: #0EF0AF;
}
.TagClassName
{
border-color: #0EF0AF;
}
</style>