Shades of Spring Green #0EFF7E
Tints of Spring Green #0EFF7E
RGB
CMYK
RGB Variations
Color information
#0EFF7E (or 0x0EFF7E) is known color: Spring Green. HEX triplet: 0E, FF and 7E. RGB value is (14,255,126). Sum of RGB (Red+Green+Blue) = 14+255+126=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF7E is #F10081. Grayscale: #A8A8A8. Windows color (decimal): -15794306 or 8322830. OLE color: 8322830.
HSL color Cylindrical-coordinate representation of color #0EFF7E: hue angle of 147.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF7E is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 126 | - |
| CMYK | 0.95 | 0 | 0.51 | 0 |
| HSL | 147.88º | 1% | 0.53% | - |
| HSV(B) | 147.88º | 0.95% | 1% | - |
| XYZ | 39.71 | 73.12 | 31.76 | - |
| YUV | 168.24 | 104.16 | 17.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 126 | 0.95 | 0 | 0.51 | 0 | 147.88 | 1 | 0.53 |
| Hex | E | FF | 7E | 5F | 0 | 33 | 0 | 94 | 64 | 35 |
| Octal | 16 | 377 | 176 | 137 | 0 | 63 | 0 | 224 | 144 | 65 |
| Binary | 1110 | 11111111 | 1111110 | 1011111 | 0 | 110011 | 0 | 10010100 | 1100100 | 110101 |
Color Harmonies of #0EFF7E
Complementary color
Monochromatic Colors of #0EFF7E
Black with #0EFF7E
Text Example
Text Example
White with #0EFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF7E; }
p { color: rgb(14,255,126); }
H1.HeaderClassName
{
color: #0EFF7E;
}
.AnyTagClassName
{
color: #0EFF7E;
}
</style>
background-color css
<style>
a { background-color: #0EFF7E; }
a { background-color: rgb(14,255,126); }
div.DivClassName
{
background-color: #0EFF7E;
}
.BgClassName
{
background-color: #0EFF7E;
}
</style>
border-color css
<style>
span { border-color: #0EFF7E; }
span { border-color: rgb(14,255,126); }
td.TdClassName
{
border-color: #0EFF7E;
}
.TagClassName
{
border-color: #0EFF7E;
}
</style>