Shades of Spring Green #0AEF81
Tints of Spring Green #0AEF81
RGB
CMYK
RGB Variations
Color information
#0AEF81 (or 0x0AEF81) is known color: Spring Green. HEX triplet: 0A, EF and 81. RGB value is (10,239,129). Sum of RGB (Red+Green+Blue) = 10+239+129=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEF81 is #F5107E. Grayscale: #9E9E9E. Windows color (decimal): -16060543 or 8515338. OLE color: 8515338.
HSL color Cylindrical-coordinate representation of color #0AEF81: hue angle of 151.18º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEF81 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 239 | 129 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.06 |
| HSL | 151.18º | 0.92% | 0.49% | - |
| HSV(B) | 151.18º | 0.96% | 0.94% | - |
| XYZ | 34.95 | 63.38 | 31.16 | - |
| YUV | 157.99 | 111.63 | 22.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 239 | 129 | 0.96 | 0 | 0.46 | 0.06 | 151.18 | 0.92 | 0.49 |
| Hex | A | EF | 81 | 60 | 0 | 2E | 6 | 97 | 5C | 31 |
| Octal | 12 | 357 | 201 | 140 | 0 | 56 | 6 | 227 | 134 | 61 |
| Binary | 1010 | 11101111 | 10000001 | 1100000 | 0 | 101110 | 110 | 10010111 | 1011100 | 110001 |
Color Harmonies of #0AEF81
Complementary color
Monochromatic Colors of #0AEF81
Black with #0AEF81
Text Example
Text Example
White with #0AEF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEF81; }
p { color: rgb(10,239,129); }
H1.HeaderClassName
{
color: #0AEF81;
}
.AnyTagClassName
{
color: #0AEF81;
}
</style>
background-color css
<style>
a { background-color: #0AEF81; }
a { background-color: rgb(10,239,129); }
div.DivClassName
{
background-color: #0AEF81;
}
.BgClassName
{
background-color: #0AEF81;
}
</style>
border-color css
<style>
span { border-color: #0AEF81; }
span { border-color: rgb(10,239,129); }
td.TdClassName
{
border-color: #0AEF81;
}
.TagClassName
{
border-color: #0AEF81;
}
</style>