Shades of Spring Green #0AEA7B
Tints of Spring Green #0AEA7B
RGB
CMYK
RGB Variations
Color information
#0AEA7B (or 0x0AEA7B) is known color: Spring Green. HEX triplet: 0A, EA and 7B. RGB value is (10,234,123). Sum of RGB (Red+Green+Blue) = 10+234+123=367 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 367); Green value is 234 (91.80% from 255 or 63.76% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEA7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEA7B is #F51584. Grayscale: #9A9A9A. Windows color (decimal): -16061829 or 8120842. OLE color: 8120842.
HSL color Cylindrical-coordinate representation of color #0AEA7B: hue angle of 150.27º 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 #0AEA7B is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 234 | 123 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.08 |
| HSL | 150.27º | 0.92% | 0.48% | - |
| HSV(B) | 150.27º | 0.96% | 0.92% | - |
| XYZ | 33.12 | 60.34 | 28.64 | - |
| YUV | 154.37 | 110.29 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 234 | 123 | 0.96 | 0 | 0.47 | 0.08 | 150.27 | 0.92 | 0.48 |
| Hex | A | EA | 7B | 60 | 0 | 2F | 8 | 96 | 5C | 30 |
| Octal | 12 | 352 | 173 | 140 | 0 | 57 | 10 | 226 | 134 | 60 |
| Binary | 1010 | 11101010 | 1111011 | 1100000 | 0 | 101111 | 1000 | 10010110 | 1011100 | 110000 |
Color Harmonies of #0AEA7B
Complementary color
Monochromatic Colors of #0AEA7B
Black with #0AEA7B
Text Example
Text Example
White with #0AEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEA7B; }
p { color: rgb(10,234,123); }
H1.HeaderClassName
{
color: #0AEA7B;
}
.AnyTagClassName
{
color: #0AEA7B;
}
</style>
background-color css
<style>
a { background-color: #0AEA7B; }
a { background-color: rgb(10,234,123); }
div.DivClassName
{
background-color: #0AEA7B;
}
.BgClassName
{
background-color: #0AEA7B;
}
</style>
border-color css
<style>
span { border-color: #0AEA7B; }
span { border-color: rgb(10,234,123); }
td.TdClassName
{
border-color: #0AEA7B;
}
.TagClassName
{
border-color: #0AEA7B;
}
</style>