Shades of Spring Green #0AE681
Tints of Spring Green #0AE681
RGB
CMYK
RGB Variations
Color information
#0AE681 (or 0x0AE681) is known color: Spring Green. HEX triplet: 0A, E6 and 81. RGB value is (10,230,129). Sum of RGB (Red+Green+Blue) = 10+230+129=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 230 (90.23% from 255 or 62.33% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE681 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AE681 is #F5197E. Grayscale: #989898. Windows color (decimal): -16062847 or 8513034. OLE color: 8513034.
HSL color Cylindrical-coordinate representation of color #0AE681: hue angle of 152.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE681 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 230 | 129 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.10 |
| HSL | 152.45º | 0.92% | 0.47% | - |
| HSV(B) | 152.45º | 0.96% | 0.9% | - |
| XYZ | 32.38 | 58.24 | 30.3 | - |
| YUV | 152.71 | 114.61 | 26.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 230 | 129 | 0.96 | 0 | 0.44 | 0.10 | 152.45 | 0.92 | 0.47 |
| Hex | A | E6 | 81 | 60 | 0 | 2C | A | 98 | 5C | 2F |
| Octal | 12 | 346 | 201 | 140 | 0 | 54 | 12 | 230 | 134 | 57 |
| Binary | 1010 | 11100110 | 10000001 | 1100000 | 0 | 101100 | 1010 | 10011000 | 1011100 | 101111 |
Color Harmonies of #0AE681
Complementary color
Monochromatic Colors of #0AE681
Black with #0AE681
Text Example
Text Example
White with #0AE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE681; }
p { color: rgb(10,230,129); }
H1.HeaderClassName
{
color: #0AE681;
}
.AnyTagClassName
{
color: #0AE681;
}
</style>
background-color css
<style>
a { background-color: #0AE681; }
a { background-color: rgb(10,230,129); }
div.DivClassName
{
background-color: #0AE681;
}
.BgClassName
{
background-color: #0AE681;
}
</style>
border-color css
<style>
span { border-color: #0AE681; }
span { border-color: rgb(10,230,129); }
td.TdClassName
{
border-color: #0AE681;
}
.TagClassName
{
border-color: #0AE681;
}
</style>