Html Css Color HEX #0AE49B Medium Spring Green
📋 copy color: '#0AE49B'red 10 ◦ green 228 ◦ blue 155
Shades of Medium Spring Green #0AE49B
Tints of Medium Spring Green #0AE49B
RGB
CMYK
RGB Variations
Color information
#0AE49B (or 0x0AE49B) is known color: Medium Spring Green. HEX triplet: 0A, E4 and 9B. RGB value is (10,228,155). Sum of RGB (Red+Green+Blue) = 10+228+155=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE49B is #F51B64. Grayscale: #9A9A9A. Windows color (decimal): -16063333 or 10216458. OLE color: 10216458.
HSL color Cylindrical-coordinate representation of color #0AE49B: hue angle of 159.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE49B is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 228 | 155 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.11 |
| HSL | 159.91º | 0.92% | 0.47% | - |
| HSV(B) | 159.91º | 0.96% | 0.89% | - |
| XYZ | 33.78 | 57.92 | 40.41 | - |
| YUV | 154.5 | 128.28 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 228 | 155 | 0.96 | 0 | 0.32 | 0.11 | 159.91 | 0.92 | 0.47 |
| Hex | A | E4 | 9B | 60 | 0 | 20 | B | A0 | 5C | 2F |
| Octal | 12 | 344 | 233 | 140 | 0 | 40 | 13 | 240 | 134 | 57 |
| Binary | 1010 | 11100100 | 10011011 | 1100000 | 0 | 100000 | 1011 | 10100000 | 1011100 | 101111 |
Color Harmonies of #0AE49B
Complementary color
Monochromatic Colors of #0AE49B
Black with #0AE49B
Text Example
Text Example
White with #0AE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE49B; }
p { color: rgb(10,228,155); }
H1.HeaderClassName
{
color: #0AE49B;
}
.AnyTagClassName
{
color: #0AE49B;
}
</style>
background-color css
<style>
a { background-color: #0AE49B; }
a { background-color: rgb(10,228,155); }
div.DivClassName
{
background-color: #0AE49B;
}
.BgClassName
{
background-color: #0AE49B;
}
</style>
border-color css
<style>
span { border-color: #0AE49B; }
span { border-color: rgb(10,228,155); }
td.TdClassName
{
border-color: #0AE49B;
}
.TagClassName
{
border-color: #0AE49B;
}
</style>