Html Css Color HEX #0AE38D Medium Spring Green
📋 copy color: '#0AE38D'red 10 ◦ green 227 ◦ blue 141
Shades of Medium Spring Green #0AE38D
Tints of Medium Spring Green #0AE38D
RGB
CMYK
RGB Variations
Color information
#0AE38D (or 0x0AE38D) is known color: Medium Spring Green. HEX triplet: 0A, E3 and 8D. RGB value is (10,227,141). Sum of RGB (Red+Green+Blue) = 10+227+141=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE38D is #F51C72. Grayscale: #989898. Windows color (decimal): -16063603 or 9298698. OLE color: 9298698.
HSL color Cylindrical-coordinate representation of color #0AE38D: hue angle of 156.22º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE38D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 141 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.11 |
| HSL | 156.22º | 0.92% | 0.46% | - |
| HSV(B) | 156.22º | 0.96% | 0.89% | - |
| XYZ | 32.4 | 56.93 | 34.48 | - |
| YUV | 152.31 | 121.61 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 141 | 0.96 | 0 | 0.38 | 0.11 | 156.22 | 0.92 | 0.46 |
| Hex | A | E3 | 8D | 60 | 0 | 26 | B | 9C | 5C | 2E |
| Octal | 12 | 343 | 215 | 140 | 0 | 46 | 13 | 234 | 134 | 56 |
| Binary | 1010 | 11100011 | 10001101 | 1100000 | 0 | 100110 | 1011 | 10011100 | 1011100 | 101110 |
Color Harmonies of #0AE38D
Complementary color
Monochromatic Colors of #0AE38D
Black with #0AE38D
Text Example
Text Example
White with #0AE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE38D; }
p { color: rgb(10,227,141); }
H1.HeaderClassName
{
color: #0AE38D;
}
.AnyTagClassName
{
color: #0AE38D;
}
</style>
background-color css
<style>
a { background-color: #0AE38D; }
a { background-color: rgb(10,227,141); }
div.DivClassName
{
background-color: #0AE38D;
}
.BgClassName
{
background-color: #0AE38D;
}
</style>
border-color css
<style>
span { border-color: #0AE38D; }
span { border-color: rgb(10,227,141); }
td.TdClassName
{
border-color: #0AE38D;
}
.TagClassName
{
border-color: #0AE38D;
}
</style>