Html Css Color HEX #0EE7AF Medium Spring Green
📋 copy color: '#0EE7AF'red 14 ◦ green 231 ◦ blue 175
Shades of Medium Spring Green #0EE7AF
Tints of Medium Spring Green #0EE7AF
RGB
CMYK
RGB Variations
Color information
#0EE7AF (or 0x0EE7AF) is known color: Medium Spring Green. HEX triplet: 0E, E7 and AF. RGB value is (14,231,175). Sum of RGB (Red+Green+Blue) = 14+231+175=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE7AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE7AF is #F11850. Grayscale: #9F9F9F. Windows color (decimal): -15800401 or 11527950. OLE color: 11527950.
HSL color Cylindrical-coordinate representation of color #0EE7AF: hue angle of 164.52º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE7AF is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 175 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.09 |
| HSL | 164.52º | 0.89% | 0.48% | - |
| HSV(B) | 164.52º | 0.94% | 0.91% | - |
| XYZ | 36.49 | 60.34 | 50.28 | - |
| YUV | 159.73 | 136.61 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 175 | 0.94 | 0 | 0.24 | 0.09 | 164.52 | 0.89 | 0.48 |
| Hex | E | E7 | AF | 5E | 0 | 18 | 9 | A5 | 59 | 30 |
| Octal | 16 | 347 | 257 | 136 | 0 | 30 | 11 | 245 | 131 | 60 |
| Binary | 1110 | 11100111 | 10101111 | 1011110 | 0 | 11000 | 1001 | 10100101 | 1011001 | 110000 |
Color Harmonies of #0EE7AF
Complementary color
Monochromatic Colors of #0EE7AF
Black with #0EE7AF
Text Example
Text Example
White with #0EE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE7AF; }
p { color: rgb(14,231,175); }
H1.HeaderClassName
{
color: #0EE7AF;
}
.AnyTagClassName
{
color: #0EE7AF;
}
</style>
background-color css
<style>
a { background-color: #0EE7AF; }
a { background-color: rgb(14,231,175); }
div.DivClassName
{
background-color: #0EE7AF;
}
.BgClassName
{
background-color: #0EE7AF;
}
</style>
border-color css
<style>
span { border-color: #0EE7AF; }
span { border-color: rgb(14,231,175); }
td.TdClassName
{
border-color: #0EE7AF;
}
.TagClassName
{
border-color: #0EE7AF;
}
</style>