Shades of Spring Green #0AEC7B
Tints of Spring Green #0AEC7B
RGB
CMYK
RGB Variations
Color information
#0AEC7B (or 0x0AEC7B) is known color: Spring Green. HEX triplet: 0A, EC and 7B. RGB value is (10,236,123). Sum of RGB (Red+Green+Blue) = 10+236+123=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEC7B is #F51384. Grayscale: #9B9B9B. Windows color (decimal): -16061317 or 8121354. OLE color: 8121354.
HSL color Cylindrical-coordinate representation of color #0AEC7B: hue angle of 150º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEC7B is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 123 | - |
| CMYK | 0.96 | 0 | 0.48 | 0.07 |
| HSL | 150º | 0.92% | 0.48% | - |
| HSV(B) | 150º | 0.96% | 0.93% | - |
| XYZ | 33.7 | 61.49 | 28.83 | - |
| YUV | 155.54 | 109.63 | 24.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 123 | 0.96 | 0 | 0.48 | 0.07 | 150 | 0.92 | 0.48 |
| Hex | A | EC | 7B | 60 | 0 | 30 | 7 | 96 | 5C | 30 |
| Octal | 12 | 354 | 173 | 140 | 0 | 60 | 7 | 226 | 134 | 60 |
| Binary | 1010 | 11101100 | 1111011 | 1100000 | 0 | 110000 | 111 | 10010110 | 1011100 | 110000 |
Color Harmonies of #0AEC7B
Complementary color
Monochromatic Colors of #0AEC7B
Black with #0AEC7B
Text Example
Text Example
White with #0AEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC7B; }
p { color: rgb(10,236,123); }
H1.HeaderClassName
{
color: #0AEC7B;
}
.AnyTagClassName
{
color: #0AEC7B;
}
</style>
background-color css
<style>
a { background-color: #0AEC7B; }
a { background-color: rgb(10,236,123); }
div.DivClassName
{
background-color: #0AEC7B;
}
.BgClassName
{
background-color: #0AEC7B;
}
</style>
border-color css
<style>
span { border-color: #0AEC7B; }
span { border-color: rgb(10,236,123); }
td.TdClassName
{
border-color: #0AEC7B;
}
.TagClassName
{
border-color: #0AEC7B;
}
</style>