Html Css Color HEX #0AE38F Medium Spring Green
📋 copy color: '#0AE38F'red 10 ◦ green 227 ◦ blue 143
Shades of Medium Spring Green #0AE38F
Tints of Medium Spring Green #0AE38F
RGB
CMYK
RGB Variations
Color information
#0AE38F (or 0x0AE38F) is known color: Medium Spring Green. HEX triplet: 0A, E3 and 8F. RGB value is (10,227,143). Sum of RGB (Red+Green+Blue) = 10+227+143=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE38F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE38F is #F51C70. Grayscale: #989898. Windows color (decimal): -16063601 or 9429770. OLE color: 9429770.
HSL color Cylindrical-coordinate representation of color #0AE38F: hue angle of 156.77º 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 #0AE38F is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 143 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.11 |
| HSL | 156.77º | 0.92% | 0.46% | - |
| HSV(B) | 156.77º | 0.96% | 0.89% | - |
| XYZ | 32.55 | 56.99 | 35.27 | - |
| YUV | 152.54 | 122.61 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 143 | 0.96 | 0 | 0.37 | 0.11 | 156.77 | 0.92 | 0.46 |
| Hex | A | E3 | 8F | 60 | 0 | 25 | B | 9D | 5C | 2E |
| Octal | 12 | 343 | 217 | 140 | 0 | 45 | 13 | 235 | 134 | 56 |
| Binary | 1010 | 11100011 | 10001111 | 1100000 | 0 | 100101 | 1011 | 10011101 | 1011100 | 101110 |
Color Harmonies of #0AE38F
Complementary color
Monochromatic Colors of #0AE38F
Black with #0AE38F
Text Example
Text Example
White with #0AE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE38F; }
p { color: rgb(10,227,143); }
H1.HeaderClassName
{
color: #0AE38F;
}
.AnyTagClassName
{
color: #0AE38F;
}
</style>
background-color css
<style>
a { background-color: #0AE38F; }
a { background-color: rgb(10,227,143); }
div.DivClassName
{
background-color: #0AE38F;
}
.BgClassName
{
background-color: #0AE38F;
}
</style>
border-color css
<style>
span { border-color: #0AE38F; }
span { border-color: rgb(10,227,143); }
td.TdClassName
{
border-color: #0AE38F;
}
.TagClassName
{
border-color: #0AE38F;
}
</style>