Html Css Color HEX #0AE68D Medium Spring Green
📋 copy color: '#0AE68D'red 10 ◦ green 230 ◦ blue 141
Shades of Medium Spring Green #0AE68D
Tints of Medium Spring Green #0AE68D
RGB
CMYK
RGB Variations
Color information
#0AE68D (or 0x0AE68D) is known color: Medium Spring Green. HEX triplet: 0A, E6 and 8D. RGB value is (10,230,141). Sum of RGB (Red+Green+Blue) = 10+230+141=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE68D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE68D is #F51972. Grayscale: #9A9A9A. Windows color (decimal): -16062835 or 9299466. OLE color: 9299466.
HSL color Cylindrical-coordinate representation of color #0AE68D: hue angle of 155.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE68D is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 230 | 141 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.10 |
| HSL | 155.73º | 0.92% | 0.47% | - |
| HSV(B) | 155.73º | 0.96% | 0.9% | - |
| XYZ | 33.23 | 58.58 | 34.76 | - |
| YUV | 154.07 | 120.61 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 230 | 141 | 0.96 | 0 | 0.39 | 0.10 | 155.73 | 0.92 | 0.47 |
| Hex | A | E6 | 8D | 60 | 0 | 27 | A | 9C | 5C | 2F |
| Octal | 12 | 346 | 215 | 140 | 0 | 47 | 12 | 234 | 134 | 57 |
| Binary | 1010 | 11100110 | 10001101 | 1100000 | 0 | 100111 | 1010 | 10011100 | 1011100 | 101111 |
Color Harmonies of #0AE68D
Complementary color
Monochromatic Colors of #0AE68D
Black with #0AE68D
Text Example
Text Example
White with #0AE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE68D; }
p { color: rgb(10,230,141); }
H1.HeaderClassName
{
color: #0AE68D;
}
.AnyTagClassName
{
color: #0AE68D;
}
</style>
background-color css
<style>
a { background-color: #0AE68D; }
a { background-color: rgb(10,230,141); }
div.DivClassName
{
background-color: #0AE68D;
}
.BgClassName
{
background-color: #0AE68D;
}
</style>
border-color css
<style>
span { border-color: #0AE68D; }
span { border-color: rgb(10,230,141); }
td.TdClassName
{
border-color: #0AE68D;
}
.TagClassName
{
border-color: #0AE68D;
}
</style>