Shades of Spring Green #0EF883
Tints of Spring Green #0EF883
RGB
CMYK
RGB Variations
Color information
#0EF883 (or 0x0EF883) is known color: Spring Green. HEX triplet: 0E, F8 and 83. RGB value is (14,248,131). Sum of RGB (Red+Green+Blue) = 14+248+131=393 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.56% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #0EF883 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF883 is #F1077C. Grayscale: #A4A4A4. Windows color (decimal): -15796093 or 8648718. OLE color: 8648718.
HSL color Cylindrical-coordinate representation of color #0EF883: hue angle of 150º 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 #0EF883 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 248 | 131 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.03 |
| HSL | 150º | 0.94% | 0.51% | - |
| HSV(B) | 150º | 0.94% | 0.97% | - |
| XYZ | 37.85 | 68.87 | 32.77 | - |
| YUV | 164.7 | 108.98 | 20.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 248 | 131 | 0.94 | 0 | 0.47 | 0.03 | 150 | 0.94 | 0.51 |
| Hex | E | F8 | 83 | 5E | 0 | 2F | 3 | 96 | 5E | 33 |
| Octal | 16 | 370 | 203 | 136 | 0 | 57 | 3 | 226 | 136 | 63 |
| Binary | 1110 | 11111000 | 10000011 | 1011110 | 0 | 101111 | 11 | 10010110 | 1011110 | 110011 |
Color Harmonies of #0EF883
Complementary color
Monochromatic Colors of #0EF883
Black with #0EF883
Text Example
Text Example
White with #0EF883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF883; }
p { color: rgb(14,248,131); }
H1.HeaderClassName
{
color: #0EF883;
}
.AnyTagClassName
{
color: #0EF883;
}
</style>
background-color css
<style>
a { background-color: #0EF883; }
a { background-color: rgb(14,248,131); }
div.DivClassName
{
background-color: #0EF883;
}
.BgClassName
{
background-color: #0EF883;
}
</style>
border-color css
<style>
span { border-color: #0EF883; }
span { border-color: rgb(14,248,131); }
td.TdClassName
{
border-color: #0EF883;
}
.TagClassName
{
border-color: #0EF883;
}
</style>