Shades of Spring Green #0AEA83
Tints of Spring Green #0AEA83
RGB
CMYK
RGB Variations
Color information
#0AEA83 (or 0x0AEA83) is known color: Spring Green. HEX triplet: 0A, EA and 83. RGB value is (10,234,131). Sum of RGB (Red+Green+Blue) = 10+234+131=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEA83 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEA83 is #F5157C. Grayscale: #9B9B9B. Windows color (decimal): -16061821 or 8645130. OLE color: 8645130.
HSL color Cylindrical-coordinate representation of color #0AEA83: hue angle of 152.41º 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 #0AEA83 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 131 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.08 |
| HSL | 152.41º | 0.92% | 0.48% | - |
| HSV(B) | 152.41º | 0.96% | 0.92% | - |
| XYZ | 33.64 | 60.55 | 31.39 | - |
| YUV | 155.28 | 114.29 | 24.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 131 | 0.96 | 0 | 0.44 | 0.08 | 152.41 | 0.92 | 0.48 |
| Hex | A | EA | 83 | 60 | 0 | 2C | 8 | 98 | 5C | 30 |
| Octal | 12 | 352 | 203 | 140 | 0 | 54 | 10 | 230 | 134 | 60 |
| Binary | 1010 | 11101010 | 10000011 | 1100000 | 0 | 101100 | 1000 | 10011000 | 1011100 | 110000 |
Color Harmonies of #0AEA83
Complementary color
Monochromatic Colors of #0AEA83
Black with #0AEA83
Text Example
Text Example
White with #0AEA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEA83; }
p { color: rgb(10,234,131); }
H1.HeaderClassName
{
color: #0AEA83;
}
.AnyTagClassName
{
color: #0AEA83;
}
</style>
background-color css
<style>
a { background-color: #0AEA83; }
a { background-color: rgb(10,234,131); }
div.DivClassName
{
background-color: #0AEA83;
}
.BgClassName
{
background-color: #0AEA83;
}
</style>
border-color css
<style>
span { border-color: #0AEA83; }
span { border-color: rgb(10,234,131); }
td.TdClassName
{
border-color: #0AEA83;
}
.TagClassName
{
border-color: #0AEA83;
}
</style>