Html Css Color HEX #0AEC93 Medium Spring Green
📋 copy color: '#0AEC93'red 10 ◦ green 236 ◦ blue 147
Shades of Medium Spring Green #0AEC93
Tints of Medium Spring Green #0AEC93
RGB
CMYK
RGB Variations
Color information
#0AEC93 (or 0x0AEC93) is known color: Medium Spring Green. HEX triplet: 0A, EC and 93. RGB value is (10,236,147). Sum of RGB (Red+Green+Blue) = 10+236+147=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEC93 is #F5136C. Grayscale: #9E9E9E. Windows color (decimal): -16061293 or 9694218. OLE color: 9694218.
HSL color Cylindrical-coordinate representation of color #0AEC93: hue angle of 156.37º 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 #0AEC93 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 147 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.07 |
| HSL | 156.37º | 0.92% | 0.48% | - |
| HSV(B) | 156.37º | 0.96% | 0.93% | - |
| XYZ | 35.39 | 62.16 | 37.74 | - |
| YUV | 158.28 | 121.63 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 147 | 0.96 | 0 | 0.38 | 0.07 | 156.37 | 0.92 | 0.48 |
| Hex | A | EC | 93 | 60 | 0 | 26 | 7 | 9C | 5C | 30 |
| Octal | 12 | 354 | 223 | 140 | 0 | 46 | 7 | 234 | 134 | 60 |
| Binary | 1010 | 11101100 | 10010011 | 1100000 | 0 | 100110 | 111 | 10011100 | 1011100 | 110000 |
Color Harmonies of #0AEC93
Complementary color
Monochromatic Colors of #0AEC93
Black with #0AEC93
Text Example
Text Example
White with #0AEC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC93; }
p { color: rgb(10,236,147); }
H1.HeaderClassName
{
color: #0AEC93;
}
.AnyTagClassName
{
color: #0AEC93;
}
</style>
background-color css
<style>
a { background-color: #0AEC93; }
a { background-color: rgb(10,236,147); }
div.DivClassName
{
background-color: #0AEC93;
}
.BgClassName
{
background-color: #0AEC93;
}
</style>
border-color css
<style>
span { border-color: #0AEC93; }
span { border-color: rgb(10,236,147); }
td.TdClassName
{
border-color: #0AEC93;
}
.TagClassName
{
border-color: #0AEC93;
}
</style>