Shades of Spring Green #0AEE7D
Tints of Spring Green #0AEE7D
RGB
CMYK
RGB Variations
Color information
#0AEE7D (or 0x0AEE7D) is known color: Spring Green. HEX triplet: 0A, EE and 7D. RGB value is (10,238,125). Sum of RGB (Red+Green+Blue) = 10+238+125=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 238 (93.36% from 255 or 63.81% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEE7D is #F51182. Grayscale: #9D9D9D. Windows color (decimal): -16060803 or 8252938. OLE color: 8252938.
HSL color Cylindrical-coordinate representation of color #0AEE7D: hue angle of 150.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEE7D is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 125 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.07 |
| HSL | 150.26º | 0.92% | 0.49% | - |
| HSV(B) | 150.26º | 0.96% | 0.93% | - |
| XYZ | 34.4 | 62.69 | 29.69 | - |
| YUV | 156.95 | 109.96 | 23.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 125 | 0.96 | 0 | 0.47 | 0.07 | 150.26 | 0.92 | 0.49 |
| Hex | A | EE | 7D | 60 | 0 | 2F | 7 | 96 | 5C | 31 |
| Octal | 12 | 356 | 175 | 140 | 0 | 57 | 7 | 226 | 134 | 61 |
| Binary | 1010 | 11101110 | 1111101 | 1100000 | 0 | 101111 | 111 | 10010110 | 1011100 | 110001 |
Color Harmonies of #0AEE7D
Complementary color
Monochromatic Colors of #0AEE7D
Black with #0AEE7D
Text Example
Text Example
White with #0AEE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEE7D; }
p { color: rgb(10,238,125); }
H1.HeaderClassName
{
color: #0AEE7D;
}
.AnyTagClassName
{
color: #0AEE7D;
}
</style>
background-color css
<style>
a { background-color: #0AEE7D; }
a { background-color: rgb(10,238,125); }
div.DivClassName
{
background-color: #0AEE7D;
}
.BgClassName
{
background-color: #0AEE7D;
}
</style>
border-color css
<style>
span { border-color: #0AEE7D; }
span { border-color: rgb(10,238,125); }
td.TdClassName
{
border-color: #0AEE7D;
}
.TagClassName
{
border-color: #0AEE7D;
}
</style>