Shades of Spring Green #0EDF82
Tints of Spring Green #0EDF82
RGB
CMYK
RGB Variations
Color information
#0EDF82 (or 0x0EDF82) is known color: Spring Green. HEX triplet: 0E, DF and 82. RGB value is (14,223,130). Sum of RGB (Red+Green+Blue) = 14+223+130=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDF82 is #F1207D. Grayscale: #969696. Windows color (decimal): -15802494 or 8576782. OLE color: 8576782.
HSL color Cylindrical-coordinate representation of color #0EDF82: hue angle of 153.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF82 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 130 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.13 |
| HSL | 153.3º | 0.88% | 0.46% | - |
| HSV(B) | 153.3º | 0.94% | 0.87% | - |
| XYZ | 30.6 | 54.48 | 30.02 | - |
| YUV | 149.91 | 116.76 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 130 | 0.94 | 0 | 0.42 | 0.13 | 153.3 | 0.88 | 0.46 |
| Hex | E | DF | 82 | 5E | 0 | 2A | D | 99 | 58 | 2E |
| Octal | 16 | 337 | 202 | 136 | 0 | 52 | 15 | 231 | 130 | 56 |
| Binary | 1110 | 11011111 | 10000010 | 1011110 | 0 | 101010 | 1101 | 10011001 | 1011000 | 101110 |
Color Harmonies of #0EDF82
Complementary color
Monochromatic Colors of #0EDF82
Black with #0EDF82
Text Example
Text Example
White with #0EDF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF82; }
p { color: rgb(14,223,130); }
H1.HeaderClassName
{
color: #0EDF82;
}
.AnyTagClassName
{
color: #0EDF82;
}
</style>
background-color css
<style>
a { background-color: #0EDF82; }
a { background-color: rgb(14,223,130); }
div.DivClassName
{
background-color: #0EDF82;
}
.BgClassName
{
background-color: #0EDF82;
}
</style>
border-color css
<style>
span { border-color: #0EDF82; }
span { border-color: rgb(14,223,130); }
td.TdClassName
{
border-color: #0EDF82;
}
.TagClassName
{
border-color: #0EDF82;
}
</style>