Shades of Spring Green #0EFE72
Tints of Spring Green #0EFE72
RGB
CMYK
RGB Variations
Color information
#0EFE72 (or 0x0EFE72) is known color: Spring Green. HEX triplet: 0E, FE and 72. RGB value is (14,254,114). Sum of RGB (Red+Green+Blue) = 14+254+114=382 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.66% from 382); Green value is 254 (99.61% from 255 or 66.49% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFE72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFE72 is #F1018D. Grayscale: #A6A6A6. Windows color (decimal): -15794574 or 7536142. OLE color: 7536142.
HSL color Cylindrical-coordinate representation of color #0EFE72: hue angle of 145º 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 #0EFE72 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 114 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.00 |
| HSL | 145º | 0.99% | 0.53% | - |
| HSV(B) | 145º | 0.94% | 1% | - |
| XYZ | 38.66 | 72.19 | 27.82 | - |
| YUV | 166.28 | 98.49 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 114 | 0.94 | 0 | 0.55 | 0.00 | 145 | 0.99 | 0.53 |
| Hex | E | FE | 72 | 5E | 0 | 37 | 0 | 91 | 63 | 35 |
| Octal | 16 | 376 | 162 | 136 | 0 | 67 | 0 | 221 | 143 | 65 |
| Binary | 1110 | 11111110 | 1110010 | 1011110 | 0 | 110111 | 0 | 10010001 | 1100011 | 110101 |
Color Harmonies of #0EFE72
Complementary color
Monochromatic Colors of #0EFE72
Black with #0EFE72
Text Example
Text Example
White with #0EFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFE72; }
p { color: rgb(14,254,114); }
H1.HeaderClassName
{
color: #0EFE72;
}
.AnyTagClassName
{
color: #0EFE72;
}
</style>
background-color css
<style>
a { background-color: #0EFE72; }
a { background-color: rgb(14,254,114); }
div.DivClassName
{
background-color: #0EFE72;
}
.BgClassName
{
background-color: #0EFE72;
}
</style>
border-color css
<style>
span { border-color: #0EFE72; }
span { border-color: rgb(14,254,114); }
td.TdClassName
{
border-color: #0EFE72;
}
.TagClassName
{
border-color: #0EFE72;
}
</style>