Shades of Spring Green #0EFC6E
Tints of Spring Green #0EFC6E
RGB
CMYK
RGB Variations
Color information
#0EFC6E (or 0x0EFC6E) is known color: Spring Green. HEX triplet: 0E, FC and 6E. RGB value is (14,252,110). Sum of RGB (Red+Green+Blue) = 14+252+110=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFC6E is #F10391. Grayscale: #A4A4A4. Windows color (decimal): -15795090 or 7273486. OLE color: 7273486.
HSL color Cylindrical-coordinate representation of color #0EFC6E: hue angle of 144.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFC6E is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 110 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.01 |
| HSL | 144.2º | 0.98% | 0.52% | - |
| HSV(B) | 144.2º | 0.94% | 0.99% | - |
| XYZ | 37.81 | 70.84 | 26.43 | - |
| YUV | 164.65 | 97.15 | 20.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 110 | 0.94 | 0 | 0.56 | 0.01 | 144.2 | 0.98 | 0.52 |
| Hex | E | FC | 6E | 5E | 0 | 38 | 1 | 90 | 62 | 34 |
| Octal | 16 | 374 | 156 | 136 | 0 | 70 | 1 | 220 | 142 | 64 |
| Binary | 1110 | 11111100 | 1101110 | 1011110 | 0 | 111000 | 1 | 10010000 | 1100010 | 110100 |
Color Harmonies of #0EFC6E
Complementary color
Monochromatic Colors of #0EFC6E
Black with #0EFC6E
Text Example
Text Example
White with #0EFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC6E; }
p { color: rgb(14,252,110); }
H1.HeaderClassName
{
color: #0EFC6E;
}
.AnyTagClassName
{
color: #0EFC6E;
}
</style>
background-color css
<style>
a { background-color: #0EFC6E; }
a { background-color: rgb(14,252,110); }
div.DivClassName
{
background-color: #0EFC6E;
}
.BgClassName
{
background-color: #0EFC6E;
}
</style>
border-color css
<style>
span { border-color: #0EFC6E; }
span { border-color: rgb(14,252,110); }
td.TdClassName
{
border-color: #0EFC6E;
}
.TagClassName
{
border-color: #0EFC6E;
}
</style>