Shades of Spring Green #0EF981
Tints of Spring Green #0EF981
RGB
CMYK
RGB Variations
Color information
#0EF981 (or 0x0EF981) is known color: Spring Green. HEX triplet: 0E, F9 and 81. RGB value is (14,249,129). Sum of RGB (Red+Green+Blue) = 14+249+129=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 249 (97.66% from 255 or 63.52% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 249 - color contains mainly: green. Hex color #0EF981 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF981 is #F1067E. Grayscale: #A5A5A5. Windows color (decimal): -15795839 or 8517902. OLE color: 8517902.
HSL color Cylindrical-coordinate representation of color #0EF981: hue angle of 149.36º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF981 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 249 | 129 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.02 |
| HSL | 149.36º | 0.95% | 0.52% | - |
| HSV(B) | 149.36º | 0.94% | 0.98% | - |
| XYZ | 38.02 | 69.43 | 32.17 | - |
| YUV | 165.06 | 107.64 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 249 | 129 | 0.94 | 0 | 0.48 | 0.02 | 149.36 | 0.95 | 0.52 |
| Hex | E | F9 | 81 | 5E | 0 | 30 | 2 | 95 | 5F | 34 |
| Octal | 16 | 371 | 201 | 136 | 0 | 60 | 2 | 225 | 137 | 64 |
| Binary | 1110 | 11111001 | 10000001 | 1011110 | 0 | 110000 | 10 | 10010101 | 1011111 | 110100 |
Color Harmonies of #0EF981
Complementary color
Monochromatic Colors of #0EF981
Black with #0EF981
Text Example
Text Example
White with #0EF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF981; }
p { color: rgb(14,249,129); }
H1.HeaderClassName
{
color: #0EF981;
}
.AnyTagClassName
{
color: #0EF981;
}
</style>
background-color css
<style>
a { background-color: #0EF981; }
a { background-color: rgb(14,249,129); }
div.DivClassName
{
background-color: #0EF981;
}
.BgClassName
{
background-color: #0EF981;
}
</style>
border-color css
<style>
span { border-color: #0EF981; }
span { border-color: rgb(14,249,129); }
td.TdClassName
{
border-color: #0EF981;
}
.TagClassName
{
border-color: #0EF981;
}
</style>