Html Css Color HEX #0AE892 Medium Spring Green
📋 copy color: '#0AE892'red 10 ◦ green 232 ◦ blue 146
Shades of Medium Spring Green #0AE892
Tints of Medium Spring Green #0AE892
RGB
CMYK
RGB Variations
Color information
#0AE892 (or 0x0AE892) is known color: Medium Spring Green. HEX triplet: 0A, E8 and 92. RGB value is (10,232,146). Sum of RGB (Red+Green+Blue) = 10+232+146=388 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 388); Green value is 232 (91.02% from 255 or 59.79% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE892 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE892 is #F5176D. Grayscale: #9B9B9B. Windows color (decimal): -16062318 or 9627658. OLE color: 9627658.
HSL color Cylindrical-coordinate representation of color #0AE892: hue angle of 156.76º 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 #0AE892 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 232 | 146 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.09 |
| HSL | 156.76º | 0.92% | 0.47% | - |
| HSV(B) | 156.76º | 0.96% | 0.91% | - |
| XYZ | 34.17 | 59.85 | 36.95 | - |
| YUV | 155.82 | 122.45 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 232 | 146 | 0.96 | 0 | 0.37 | 0.09 | 156.76 | 0.92 | 0.47 |
| Hex | A | E8 | 92 | 60 | 0 | 25 | 9 | 9D | 5C | 2F |
| Octal | 12 | 350 | 222 | 140 | 0 | 45 | 11 | 235 | 134 | 57 |
| Binary | 1010 | 11101000 | 10010010 | 1100000 | 0 | 100101 | 1001 | 10011101 | 1011100 | 101111 |
Color Harmonies of #0AE892
Complementary color
Monochromatic Colors of #0AE892
Black with #0AE892
Text Example
Text Example
White with #0AE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE892; }
p { color: rgb(10,232,146); }
H1.HeaderClassName
{
color: #0AE892;
}
.AnyTagClassName
{
color: #0AE892;
}
</style>
background-color css
<style>
a { background-color: #0AE892; }
a { background-color: rgb(10,232,146); }
div.DivClassName
{
background-color: #0AE892;
}
.BgClassName
{
background-color: #0AE892;
}
</style>
border-color css
<style>
span { border-color: #0AE892; }
span { border-color: rgb(10,232,146); }
td.TdClassName
{
border-color: #0AE892;
}
.TagClassName
{
border-color: #0AE892;
}
</style>