Shades of Spring Green #0DE980
Tints of Spring Green #0DE980
RGB
CMYK
RGB Variations
Color information
#0DE980 (or 0x0DE980) is known color: Spring Green. HEX triplet: 0D, E9 and 80. RGB value is (13,233,128). Sum of RGB (Red+Green+Blue) = 13+233+128=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DE980 is #F2167F. Grayscale: #9B9B9B. Windows color (decimal): -15865472 or 8448269. OLE color: 8448269.
HSL color Cylindrical-coordinate representation of color #0DE980: hue angle of 151.36º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE980 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 233 | 128 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.09 |
| HSL | 151.36º | 0.89% | 0.48% | - |
| HSV(B) | 151.36º | 0.94% | 0.91% | - |
| XYZ | 33.2 | 59.92 | 30.24 | - |
| YUV | 155.25 | 112.61 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 233 | 128 | 0.94 | 0 | 0.45 | 0.09 | 151.36 | 0.89 | 0.48 |
| Hex | D | E9 | 80 | 5E | 0 | 2D | 9 | 97 | 59 | 30 |
| Octal | 15 | 351 | 200 | 136 | 0 | 55 | 11 | 227 | 131 | 60 |
| Binary | 1101 | 11101001 | 10000000 | 1011110 | 0 | 101101 | 1001 | 10010111 | 1011001 | 110000 |
Color Harmonies of #0DE980
Complementary color
Monochromatic Colors of #0DE980
Black with #0DE980
Text Example
Text Example
White with #0DE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE980; }
p { color: rgb(13,233,128); }
H1.HeaderClassName
{
color: #0DE980;
}
.AnyTagClassName
{
color: #0DE980;
}
</style>
background-color css
<style>
a { background-color: #0DE980; }
a { background-color: rgb(13,233,128); }
div.DivClassName
{
background-color: #0DE980;
}
.BgClassName
{
background-color: #0DE980;
}
</style>
border-color css
<style>
span { border-color: #0DE980; }
span { border-color: rgb(13,233,128); }
td.TdClassName
{
border-color: #0DE980;
}
.TagClassName
{
border-color: #0DE980;
}
</style>