Shades of Spring Green #0DE976
Tints of Spring Green #0DE976
RGB
CMYK
RGB Variations
Color information
#0DE976 (or 0x0DE976) is known color: Spring Green. HEX triplet: 0D, E9 and 76. RGB value is (13,233,118). Sum of RGB (Red+Green+Blue) = 13+233+118=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE976 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE976 is #F21689. Grayscale: #9A9A9A. Windows color (decimal): -15865482 or 7792909. OLE color: 7792909.
HSL color Cylindrical-coordinate representation of color #0DE976: hue angle of 148.64º 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 #0DE976 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 233 | 118 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.09 |
| HSL | 148.64º | 0.89% | 0.48% | - |
| HSV(B) | 148.64º | 0.94% | 0.91% | - |
| XYZ | 32.57 | 59.67 | 26.94 | - |
| YUV | 154.11 | 107.61 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 233 | 118 | 0.94 | 0 | 0.49 | 0.09 | 148.64 | 0.89 | 0.48 |
| Hex | D | E9 | 76 | 5E | 0 | 31 | 9 | 95 | 59 | 30 |
| Octal | 15 | 351 | 166 | 136 | 0 | 61 | 11 | 225 | 131 | 60 |
| Binary | 1101 | 11101001 | 1110110 | 1011110 | 0 | 110001 | 1001 | 10010101 | 1011001 | 110000 |
Color Harmonies of #0DE976
Complementary color
Monochromatic Colors of #0DE976
Black with #0DE976
Text Example
Text Example
White with #0DE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE976; }
p { color: rgb(13,233,118); }
H1.HeaderClassName
{
color: #0DE976;
}
.AnyTagClassName
{
color: #0DE976;
}
</style>
background-color css
<style>
a { background-color: #0DE976; }
a { background-color: rgb(13,233,118); }
div.DivClassName
{
background-color: #0DE976;
}
.BgClassName
{
background-color: #0DE976;
}
</style>
border-color css
<style>
span { border-color: #0DE976; }
span { border-color: rgb(13,233,118); }
td.TdClassName
{
border-color: #0DE976;
}
.TagClassName
{
border-color: #0DE976;
}
</style>