Html Css Color HEX #0EFEAF Medium Spring Green
📋 copy color: '#0EFEAF'red 14 ◦ green 254 ◦ blue 175
Shades of Medium Spring Green #0EFEAF
Tints of Medium Spring Green #0EFEAF
RGB
CMYK
RGB Variations
Color information
#0EFEAF (or 0x0EFEAF) is known color: Medium Spring Green. HEX triplet: 0E, FE and AF. RGB value is (14,254,175). Sum of RGB (Red+Green+Blue) = 14+254+175=443 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.16% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFEAF is #F10150. Grayscale: #ADADAD. Windows color (decimal): -15794513 or 11533838. OLE color: 11533838.
HSL color Cylindrical-coordinate representation of color #0EFEAF: hue angle of 160.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEAF is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 175 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.00 |
| HSL | 160.25º | 0.99% | 0.53% | - |
| HSV(B) | 160.25º | 0.94% | 1% | - |
| XYZ | 43.36 | 74.07 | 52.57 | - |
| YUV | 173.23 | 128.99 | 14.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 175 | 0.94 | 0 | 0.31 | 0.00 | 160.25 | 0.99 | 0.53 |
| Hex | E | FE | AF | 5E | 0 | 1F | 0 | A0 | 63 | 35 |
| Octal | 16 | 376 | 257 | 136 | 0 | 37 | 0 | 240 | 143 | 65 |
| Binary | 1110 | 11111110 | 10101111 | 1011110 | 0 | 11111 | 0 | 10100000 | 1100011 | 110101 |
Color Harmonies of #0EFEAF
Complementary color
Monochromatic Colors of #0EFEAF
Black with #0EFEAF
Text Example
Text Example
White with #0EFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEAF; }
p { color: rgb(14,254,175); }
H1.HeaderClassName
{
color: #0EFEAF;
}
.AnyTagClassName
{
color: #0EFEAF;
}
</style>
background-color css
<style>
a { background-color: #0EFEAF; }
a { background-color: rgb(14,254,175); }
div.DivClassName
{
background-color: #0EFEAF;
}
.BgClassName
{
background-color: #0EFEAF;
}
</style>
border-color css
<style>
span { border-color: #0EFEAF; }
span { border-color: rgb(14,254,175); }
td.TdClassName
{
border-color: #0EFEAF;
}
.TagClassName
{
border-color: #0EFEAF;
}
</style>