Html Css Color HEX #0AECAA Medium Spring Green
📋 copy color: '#0AECAA'red 10 ◦ green 236 ◦ blue 170
Shades of Medium Spring Green #0AECAA
Tints of Medium Spring Green #0AECAA
RGB
CMYK
RGB Variations
Color information
#0AECAA (or 0x0AECAA) is known color: Medium Spring Green. HEX triplet: 0A, EC and AA. RGB value is (10,236,170). Sum of RGB (Red+Green+Blue) = 10+236+170=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AECAA is #F51355. Grayscale: #A0A0A0. Windows color (decimal): -16061270 or 11201546. OLE color: 11201546.
HSL color Cylindrical-coordinate representation of color #0AECAA: hue angle of 162.48º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECAA is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 170 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.07 |
| HSL | 162.48º | 0.92% | 0.48% | - |
| HSV(B) | 162.48º | 0.96% | 0.93% | - |
| XYZ | 37.38 | 62.96 | 48.21 | - |
| YUV | 160.9 | 133.13 | 20.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 170 | 0.96 | 0 | 0.28 | 0.07 | 162.48 | 0.92 | 0.48 |
| Hex | A | EC | AA | 60 | 0 | 1C | 7 | A2 | 5C | 30 |
| Octal | 12 | 354 | 252 | 140 | 0 | 34 | 7 | 242 | 134 | 60 |
| Binary | 1010 | 11101100 | 10101010 | 1100000 | 0 | 11100 | 111 | 10100010 | 1011100 | 110000 |
Color Harmonies of #0AECAA
Complementary color
Monochromatic Colors of #0AECAA
Black with #0AECAA
Text Example
Text Example
White with #0AECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECAA; }
p { color: rgb(10,236,170); }
H1.HeaderClassName
{
color: #0AECAA;
}
.AnyTagClassName
{
color: #0AECAA;
}
</style>
background-color css
<style>
a { background-color: #0AECAA; }
a { background-color: rgb(10,236,170); }
div.DivClassName
{
background-color: #0AECAA;
}
.BgClassName
{
background-color: #0AECAA;
}
</style>
border-color css
<style>
span { border-color: #0AECAA; }
span { border-color: rgb(10,236,170); }
td.TdClassName
{
border-color: #0AECAA;
}
.TagClassName
{
border-color: #0AECAA;
}
</style>