Html Css Color HEX #0AE9A8 Medium Spring Green
📋 copy color: '#0AE9A8'red 10 ◦ green 233 ◦ blue 168
Shades of Medium Spring Green #0AE9A8
Tints of Medium Spring Green #0AE9A8
RGB
CMYK
RGB Variations
Color information
#0AE9A8 (or 0x0AE9A8) is known color: Medium Spring Green. HEX triplet: 0A, E9 and A8. RGB value is (10,233,168). Sum of RGB (Red+Green+Blue) = 10+233+168=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 233 (91.41% from 255 or 56.69% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE9A8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE9A8 is #F51657. Grayscale: #9E9E9E. Windows color (decimal): -16062040 or 11069706. OLE color: 11069706.
HSL color Cylindrical-coordinate representation of color #0AE9A8: hue angle of 162.51º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE9A8 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 168 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.09 |
| HSL | 162.51º | 0.92% | 0.48% | - |
| HSV(B) | 162.51º | 0.96% | 0.91% | - |
| XYZ | 36.33 | 61.17 | 46.94 | - |
| YUV | 158.91 | 133.12 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 168 | 0.96 | 0 | 0.28 | 0.09 | 162.51 | 0.92 | 0.48 |
| Hex | A | E9 | A8 | 60 | 0 | 1C | 9 | A3 | 5C | 30 |
| Octal | 12 | 351 | 250 | 140 | 0 | 34 | 11 | 243 | 134 | 60 |
| Binary | 1010 | 11101001 | 10101000 | 1100000 | 0 | 11100 | 1001 | 10100011 | 1011100 | 110000 |
Color Harmonies of #0AE9A8
Complementary color
Monochromatic Colors of #0AE9A8
Black with #0AE9A8
Text Example
Text Example
White with #0AE9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE9A8; }
p { color: rgb(10,233,168); }
H1.HeaderClassName
{
color: #0AE9A8;
}
.AnyTagClassName
{
color: #0AE9A8;
}
</style>
background-color css
<style>
a { background-color: #0AE9A8; }
a { background-color: rgb(10,233,168); }
div.DivClassName
{
background-color: #0AE9A8;
}
.BgClassName
{
background-color: #0AE9A8;
}
</style>
border-color css
<style>
span { border-color: #0AE9A8; }
span { border-color: rgb(10,233,168); }
td.TdClassName
{
border-color: #0AE9A8;
}
.TagClassName
{
border-color: #0AE9A8;
}
</style>