Shades of Spring Green #0EF76A
Tints of Spring Green #0EF76A
RGB
CMYK
RGB Variations
Color information
#0EF76A (or 0x0EF76A) is known color: Spring Green. HEX triplet: 0E, F7 and 6A. RGB value is (14,247,106). Sum of RGB (Red+Green+Blue) = 14+247+106=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 247 (96.88% from 255 or 67.30% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF76A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF76A is #F10895. Grayscale: #A1A1A1. Windows color (decimal): -15796374 or 7010062. OLE color: 7010062.
HSL color Cylindrical-coordinate representation of color #0EF76A: hue angle of 143.69º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF76A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 106 | - |
| CMYK | 0.94 | 0 | 0.57 | 0.03 |
| HSL | 143.69º | 0.94% | 0.51% | - |
| HSV(B) | 143.69º | 0.94% | 0.97% | - |
| XYZ | 36.04 | 67.66 | 24.79 | - |
| YUV | 161.26 | 96.81 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 106 | 0.94 | 0 | 0.57 | 0.03 | 143.69 | 0.94 | 0.51 |
| Hex | E | F7 | 6A | 5E | 0 | 39 | 3 | 90 | 5E | 33 |
| Octal | 16 | 367 | 152 | 136 | 0 | 71 | 3 | 220 | 136 | 63 |
| Binary | 1110 | 11110111 | 1101010 | 1011110 | 0 | 111001 | 11 | 10010000 | 1011110 | 110011 |
Color Harmonies of #0EF76A
Complementary color
Monochromatic Colors of #0EF76A
Black with #0EF76A
Text Example
Text Example
White with #0EF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF76A; }
p { color: rgb(14,247,106); }
H1.HeaderClassName
{
color: #0EF76A;
}
.AnyTagClassName
{
color: #0EF76A;
}
</style>
background-color css
<style>
a { background-color: #0EF76A; }
a { background-color: rgb(14,247,106); }
div.DivClassName
{
background-color: #0EF76A;
}
.BgClassName
{
background-color: #0EF76A;
}
</style>
border-color css
<style>
span { border-color: #0EF76A; }
span { border-color: rgb(14,247,106); }
td.TdClassName
{
border-color: #0EF76A;
}
.TagClassName
{
border-color: #0EF76A;
}
</style>