Shades of Spring Green #0EFE60
Tints of Spring Green #0EFE60
RGB
CMYK
RGB Variations
Color information
#0EFE60 (or 0x0EFE60) is known color: Spring Green. HEX triplet: 0E, FE and 60. RGB value is (14,254,96). Sum of RGB (Red+Green+Blue) = 14+254+96=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFE60 is #F1019F. Grayscale: #A4A4A4. Windows color (decimal): -15794592 or 6356494. OLE color: 6356494.
HSL color Cylindrical-coordinate representation of color #0EFE60: hue angle of 140.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFE60 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 96 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.00 |
| HSL | 140.5º | 0.99% | 0.53% | - |
| HSV(B) | 140.5º | 0.94% | 1% | - |
| XYZ | 37.73 | 71.82 | 22.94 | - |
| YUV | 164.23 | 89.49 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 96 | 0.94 | 0 | 0.62 | 0.00 | 140.5 | 0.99 | 0.53 |
| Hex | E | FE | 60 | 5E | 0 | 3E | 0 | 8C | 63 | 35 |
| Octal | 16 | 376 | 140 | 136 | 0 | 76 | 0 | 214 | 143 | 65 |
| Binary | 1110 | 11111110 | 1100000 | 1011110 | 0 | 111110 | 0 | 10001100 | 1100011 | 110101 |
Color Harmonies of #0EFE60
Complementary color
Monochromatic Colors of #0EFE60
Black with #0EFE60
Text Example
Text Example
White with #0EFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFE60; }
p { color: rgb(14,254,96); }
H1.HeaderClassName
{
color: #0EFE60;
}
.AnyTagClassName
{
color: #0EFE60;
}
</style>
background-color css
<style>
a { background-color: #0EFE60; }
a { background-color: rgb(14,254,96); }
div.DivClassName
{
background-color: #0EFE60;
}
.BgClassName
{
background-color: #0EFE60;
}
</style>
border-color css
<style>
span { border-color: #0EFE60; }
span { border-color: rgb(14,254,96); }
td.TdClassName
{
border-color: #0EFE60;
}
.TagClassName
{
border-color: #0EFE60;
}
</style>