Html Css Color HEX #0AEA8B Medium Spring Green
📋 copy color: '#0AEA8B'red 10 ◦ green 234 ◦ blue 139
Shades of Medium Spring Green #0AEA8B
Tints of Medium Spring Green #0AEA8B
RGB
CMYK
RGB Variations
Color information
#0AEA8B (or 0x0AEA8B) is known color: Medium Spring Green. HEX triplet: 0A, EA and 8B. RGB value is (10,234,139). Sum of RGB (Red+Green+Blue) = 10+234+139=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 234 (91.80% from 255 or 61.10% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEA8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEA8B is #F51574. Grayscale: #9C9C9C. Windows color (decimal): -16061813 or 9169418. OLE color: 9169418.
HSL color Cylindrical-coordinate representation of color #0AEA8B: hue angle of 154.55º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEA8B is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 139 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.08 |
| HSL | 154.55º | 0.92% | 0.48% | - |
| HSV(B) | 154.55º | 0.96% | 0.92% | - |
| XYZ | 34.21 | 60.77 | 34.35 | - |
| YUV | 156.19 | 118.29 | 23.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 139 | 0.96 | 0 | 0.41 | 0.08 | 154.55 | 0.92 | 0.48 |
| Hex | A | EA | 8B | 60 | 0 | 29 | 8 | 9B | 5C | 30 |
| Octal | 12 | 352 | 213 | 140 | 0 | 51 | 10 | 233 | 134 | 60 |
| Binary | 1010 | 11101010 | 10001011 | 1100000 | 0 | 101001 | 1000 | 10011011 | 1011100 | 110000 |
Color Harmonies of #0AEA8B
Complementary color
Monochromatic Colors of #0AEA8B
Black with #0AEA8B
Text Example
Text Example
White with #0AEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEA8B; }
p { color: rgb(10,234,139); }
H1.HeaderClassName
{
color: #0AEA8B;
}
.AnyTagClassName
{
color: #0AEA8B;
}
</style>
background-color css
<style>
a { background-color: #0AEA8B; }
a { background-color: rgb(10,234,139); }
div.DivClassName
{
background-color: #0AEA8B;
}
.BgClassName
{
background-color: #0AEA8B;
}
</style>
border-color css
<style>
span { border-color: #0AEA8B; }
span { border-color: rgb(10,234,139); }
td.TdClassName
{
border-color: #0AEA8B;
}
.TagClassName
{
border-color: #0AEA8B;
}
</style>