Html Css Color HEX #0AE392 Medium Spring Green
📋 copy color: '#0AE392'red 10 ◦ green 227 ◦ blue 146
Shades of Medium Spring Green #0AE392
Tints of Medium Spring Green #0AE392
RGB
CMYK
RGB Variations
Color information
#0AE392 (or 0x0AE392) is known color: Medium Spring Green. HEX triplet: 0A, E3 and 92. RGB value is (10,227,146). Sum of RGB (Red+Green+Blue) = 10+227+146=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 227 (89.06% from 255 or 59.27% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE392 is #F51C6D. Grayscale: #989898. Windows color (decimal): -16063598 or 9626378. OLE color: 9626378.
HSL color Cylindrical-coordinate representation of color #0AE392: hue angle of 157.6º 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 #0AE392 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 146 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.11 |
| HSL | 157.6º | 0.92% | 0.46% | - |
| HSV(B) | 157.6º | 0.96% | 0.89% | - |
| XYZ | 32.78 | 57.08 | 36.48 | - |
| YUV | 152.88 | 124.11 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 146 | 0.96 | 0 | 0.36 | 0.11 | 157.6 | 0.92 | 0.46 |
| Hex | A | E3 | 92 | 60 | 0 | 24 | B | 9E | 5C | 2E |
| Octal | 12 | 343 | 222 | 140 | 0 | 44 | 13 | 236 | 134 | 56 |
| Binary | 1010 | 11100011 | 10010010 | 1100000 | 0 | 100100 | 1011 | 10011110 | 1011100 | 101110 |
Color Harmonies of #0AE392
Complementary color
Monochromatic Colors of #0AE392
Black with #0AE392
Text Example
Text Example
White with #0AE392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE392; }
p { color: rgb(10,227,146); }
H1.HeaderClassName
{
color: #0AE392;
}
.AnyTagClassName
{
color: #0AE392;
}
</style>
background-color css
<style>
a { background-color: #0AE392; }
a { background-color: rgb(10,227,146); }
div.DivClassName
{
background-color: #0AE392;
}
.BgClassName
{
background-color: #0AE392;
}
</style>
border-color css
<style>
span { border-color: #0AE392; }
span { border-color: rgb(10,227,146); }
td.TdClassName
{
border-color: #0AE392;
}
.TagClassName
{
border-color: #0AE392;
}
</style>