Html Css Color HEX #0AEE8D Medium Spring Green
📋 copy color: '#0AEE8D'red 10 ◦ green 238 ◦ blue 141
Shades of Medium Spring Green #0AEE8D
Tints of Medium Spring Green #0AEE8D
RGB
CMYK
RGB Variations
Color information
#0AEE8D (or 0x0AEE8D) is known color: Medium Spring Green. HEX triplet: 0A, EE and 8D. RGB value is (10,238,141). Sum of RGB (Red+Green+Blue) = 10+238+141=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 238 (93.36% from 255 or 61.18% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEE8D is #F51172. Grayscale: #9E9E9E. Windows color (decimal): -16060787 or 9301514. OLE color: 9301514.
HSL color Cylindrical-coordinate representation of color #0AEE8D: hue angle of 154.47º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEE8D is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 141 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.07 |
| HSL | 154.47º | 0.92% | 0.49% | - |
| HSV(B) | 154.47º | 0.96% | 0.93% | - |
| XYZ | 35.51 | 63.14 | 35.51 | - |
| YUV | 158.77 | 117.96 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 141 | 0.96 | 0 | 0.41 | 0.07 | 154.47 | 0.92 | 0.49 |
| Hex | A | EE | 8D | 60 | 0 | 29 | 7 | 9A | 5C | 31 |
| Octal | 12 | 356 | 215 | 140 | 0 | 51 | 7 | 232 | 134 | 61 |
| Binary | 1010 | 11101110 | 10001101 | 1100000 | 0 | 101001 | 111 | 10011010 | 1011100 | 110001 |
Color Harmonies of #0AEE8D
Complementary color
Monochromatic Colors of #0AEE8D
Black with #0AEE8D
Text Example
Text Example
White with #0AEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEE8D; }
p { color: rgb(10,238,141); }
H1.HeaderClassName
{
color: #0AEE8D;
}
.AnyTagClassName
{
color: #0AEE8D;
}
</style>
background-color css
<style>
a { background-color: #0AEE8D; }
a { background-color: rgb(10,238,141); }
div.DivClassName
{
background-color: #0AEE8D;
}
.BgClassName
{
background-color: #0AEE8D;
}
</style>
border-color css
<style>
span { border-color: #0AEE8D; }
span { border-color: rgb(10,238,141); }
td.TdClassName
{
border-color: #0AEE8D;
}
.TagClassName
{
border-color: #0AEE8D;
}
</style>