Shades of Spring Green #0AE07F
Tints of Spring Green #0AE07F
RGB
CMYK
RGB Variations
Color information
#0AE07F (or 0x0AE07F) is known color: Spring Green. HEX triplet: 0A, E0 and 7F. RGB value is (10,224,127). Sum of RGB (Red+Green+Blue) = 10+224+127=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE07F is #F51F80. Grayscale: #959595. Windows color (decimal): -16064385 or 8380426. OLE color: 8380426.
HSL color Cylindrical-coordinate representation of color #0AE07F: hue angle of 152.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE07F is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 127 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.12 |
| HSL | 152.8º | 0.91% | 0.46% | - |
| HSV(B) | 152.8º | 0.96% | 0.88% | - |
| XYZ | 30.61 | 54.91 | 29.06 | - |
| YUV | 148.96 | 115.6 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 127 | 0.96 | 0 | 0.43 | 0.12 | 152.8 | 0.91 | 0.46 |
| Hex | A | E0 | 7F | 60 | 0 | 2B | C | 99 | 5B | 2E |
| Octal | 12 | 340 | 177 | 140 | 0 | 53 | 14 | 231 | 133 | 56 |
| Binary | 1010 | 11100000 | 1111111 | 1100000 | 0 | 101011 | 1100 | 10011001 | 1011011 | 101110 |
Color Harmonies of #0AE07F
Complementary color
Monochromatic Colors of #0AE07F
Black with #0AE07F
Text Example
Text Example
White with #0AE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE07F; }
p { color: rgb(10,224,127); }
H1.HeaderClassName
{
color: #0AE07F;
}
.AnyTagClassName
{
color: #0AE07F;
}
</style>
background-color css
<style>
a { background-color: #0AE07F; }
a { background-color: rgb(10,224,127); }
div.DivClassName
{
background-color: #0AE07F;
}
.BgClassName
{
background-color: #0AE07F;
}
</style>
border-color css
<style>
span { border-color: #0AE07F; }
span { border-color: rgb(10,224,127); }
td.TdClassName
{
border-color: #0AE07F;
}
.TagClassName
{
border-color: #0AE07F;
}
</style>