Html Css Color HEX #0AE8B0 Medium Spring Green
📋 copy color: '#0AE8B0'red 10 ◦ green 232 ◦ blue 176
Shades of Medium Spring Green #0AE8B0
Tints of Medium Spring Green #0AE8B0
RGB
CMYK
RGB Variations
Color information
#0AE8B0 (or 0x0AE8B0) is known color: Medium Spring Green. HEX triplet: 0A, E8 and B0. RGB value is (10,232,176). Sum of RGB (Red+Green+Blue) = 10+232+176=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 232 (91.02% from 255 or 55.50% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE8B0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE8B0 is #F5174F. Grayscale: #9F9F9F. Windows color (decimal): -16062288 or 11593738. OLE color: 11593738.
HSL color Cylindrical-coordinate representation of color #0AE8B0: hue angle of 164.86º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE8B0 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 232 | 176 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.09 |
| HSL | 164.86º | 0.92% | 0.47% | - |
| HSV(B) | 164.86º | 0.96% | 0.91% | - |
| XYZ | 36.82 | 60.91 | 50.89 | - |
| YUV | 159.24 | 137.45 | 21.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 232 | 176 | 0.96 | 0 | 0.24 | 0.09 | 164.86 | 0.92 | 0.47 |
| Hex | A | E8 | B0 | 60 | 0 | 18 | 9 | A5 | 5C | 2F |
| Octal | 12 | 350 | 260 | 140 | 0 | 30 | 11 | 245 | 134 | 57 |
| Binary | 1010 | 11101000 | 10110000 | 1100000 | 0 | 11000 | 1001 | 10100101 | 1011100 | 101111 |
Color Harmonies of #0AE8B0
Complementary color
Monochromatic Colors of #0AE8B0
Black with #0AE8B0
Text Example
Text Example
White with #0AE8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE8B0; }
p { color: rgb(10,232,176); }
H1.HeaderClassName
{
color: #0AE8B0;
}
.AnyTagClassName
{
color: #0AE8B0;
}
</style>
background-color css
<style>
a { background-color: #0AE8B0; }
a { background-color: rgb(10,232,176); }
div.DivClassName
{
background-color: #0AE8B0;
}
.BgClassName
{
background-color: #0AE8B0;
}
</style>
border-color css
<style>
span { border-color: #0AE8B0; }
span { border-color: rgb(10,232,176); }
td.TdClassName
{
border-color: #0AE8B0;
}
.TagClassName
{
border-color: #0AE8B0;
}
</style>