Html Css Color HEX #0AEEAC Medium Spring Green
📋 copy color: '#0AEEAC'red 10 ◦ green 238 ◦ blue 172
Shades of Medium Spring Green #0AEEAC
Tints of Medium Spring Green #0AEEAC
RGB
CMYK
RGB Variations
Color information
#0AEEAC (or 0x0AEEAC) is known color: Medium Spring Green. HEX triplet: 0A, EE and AC. RGB value is (10,238,172). Sum of RGB (Red+Green+Blue) = 10+238+172=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEEAC is #F51153. Grayscale: #A2A2A2. Windows color (decimal): -16060756 or 11333130. OLE color: 11333130.
HSL color Cylindrical-coordinate representation of color #0AEEAC: hue angle of 162.63º 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 #0AEEAC is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 172 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.07 |
| HSL | 162.63º | 0.92% | 0.49% | - |
| HSV(B) | 162.63º | 0.96% | 0.93% | - |
| XYZ | 38.15 | 64.19 | 49.41 | - |
| YUV | 162.3 | 133.46 | 19.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 172 | 0.96 | 0 | 0.28 | 0.07 | 162.63 | 0.92 | 0.49 |
| Hex | A | EE | AC | 60 | 0 | 1C | 7 | A3 | 5C | 31 |
| Octal | 12 | 356 | 254 | 140 | 0 | 34 | 7 | 243 | 134 | 61 |
| Binary | 1010 | 11101110 | 10101100 | 1100000 | 0 | 11100 | 111 | 10100011 | 1011100 | 110001 |
Color Harmonies of #0AEEAC
Complementary color
Monochromatic Colors of #0AEEAC
Black with #0AEEAC
Text Example
Text Example
White with #0AEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEEAC; }
p { color: rgb(10,238,172); }
H1.HeaderClassName
{
color: #0AEEAC;
}
.AnyTagClassName
{
color: #0AEEAC;
}
</style>
background-color css
<style>
a { background-color: #0AEEAC; }
a { background-color: rgb(10,238,172); }
div.DivClassName
{
background-color: #0AEEAC;
}
.BgClassName
{
background-color: #0AEEAC;
}
</style>
border-color css
<style>
span { border-color: #0AEEAC; }
span { border-color: rgb(10,238,172); }
td.TdClassName
{
border-color: #0AEEAC;
}
.TagClassName
{
border-color: #0AEEAC;
}
</style>