Shades of Spring Green #0AEF7C
Tints of Spring Green #0AEF7C
RGB
CMYK
RGB Variations
Color information
#0AEF7C (or 0x0AEF7C) is known color: Spring Green. HEX triplet: 0A, EF and 7C. RGB value is (10,239,124). Sum of RGB (Red+Green+Blue) = 10+239+124=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEF7C is #F51083. Grayscale: #9D9D9D. Windows color (decimal): -16060548 or 8187658. OLE color: 8187658.
HSL color Cylindrical-coordinate representation of color #0AEF7C: hue angle of 149.87º 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 #0AEF7C is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 239 | 124 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.06 |
| HSL | 149.87º | 0.92% | 0.49% | - |
| HSV(B) | 149.87º | 0.96% | 0.94% | - |
| XYZ | 34.63 | 63.25 | 29.45 | - |
| YUV | 157.42 | 109.13 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 239 | 124 | 0.96 | 0 | 0.48 | 0.06 | 149.87 | 0.92 | 0.49 |
| Hex | A | EF | 7C | 60 | 0 | 30 | 6 | 96 | 5C | 31 |
| Octal | 12 | 357 | 174 | 140 | 0 | 60 | 6 | 226 | 134 | 61 |
| Binary | 1010 | 11101111 | 1111100 | 1100000 | 0 | 110000 | 110 | 10010110 | 1011100 | 110001 |
Color Harmonies of #0AEF7C
Complementary color
Monochromatic Colors of #0AEF7C
Black with #0AEF7C
Text Example
Text Example
White with #0AEF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEF7C; }
p { color: rgb(10,239,124); }
H1.HeaderClassName
{
color: #0AEF7C;
}
.AnyTagClassName
{
color: #0AEF7C;
}
</style>
background-color css
<style>
a { background-color: #0AEF7C; }
a { background-color: rgb(10,239,124); }
div.DivClassName
{
background-color: #0AEF7C;
}
.BgClassName
{
background-color: #0AEF7C;
}
</style>
border-color css
<style>
span { border-color: #0AEF7C; }
span { border-color: rgb(10,239,124); }
td.TdClassName
{
border-color: #0AEF7C;
}
.TagClassName
{
border-color: #0AEF7C;
}
</style>