Shades of Spring Green #0AEA80
Tints of Spring Green #0AEA80
RGB
CMYK
RGB Variations
Color information
#0AEA80 (or 0x0AEA80) is known color: Spring Green. HEX triplet: 0A, EA and 80. RGB value is (10,234,128). Sum of RGB (Red+Green+Blue) = 10+234+128=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEA80 is #F5157F. Grayscale: #9B9B9B. Windows color (decimal): -16061824 or 8448522. OLE color: 8448522.
HSL color Cylindrical-coordinate representation of color #0AEA80: hue angle of 151.61º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEA80 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 128 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.08 |
| HSL | 151.61º | 0.92% | 0.48% | - |
| HSV(B) | 151.61º | 0.96% | 0.92% | - |
| XYZ | 33.44 | 60.47 | 30.33 | - |
| YUV | 154.94 | 112.79 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 128 | 0.96 | 0 | 0.45 | 0.08 | 151.61 | 0.92 | 0.48 |
| Hex | A | EA | 80 | 60 | 0 | 2D | 8 | 98 | 5C | 30 |
| Octal | 12 | 352 | 200 | 140 | 0 | 55 | 10 | 230 | 134 | 60 |
| Binary | 1010 | 11101010 | 10000000 | 1100000 | 0 | 101101 | 1000 | 10011000 | 1011100 | 110000 |
Color Harmonies of #0AEA80
Complementary color
Monochromatic Colors of #0AEA80
Black with #0AEA80
Text Example
Text Example
White with #0AEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEA80; }
p { color: rgb(10,234,128); }
H1.HeaderClassName
{
color: #0AEA80;
}
.AnyTagClassName
{
color: #0AEA80;
}
</style>
background-color css
<style>
a { background-color: #0AEA80; }
a { background-color: rgb(10,234,128); }
div.DivClassName
{
background-color: #0AEA80;
}
.BgClassName
{
background-color: #0AEA80;
}
</style>
border-color css
<style>
span { border-color: #0AEA80; }
span { border-color: rgb(10,234,128); }
td.TdClassName
{
border-color: #0AEA80;
}
.TagClassName
{
border-color: #0AEA80;
}
</style>