Shades of Spring Green #0DEA80
Tints of Spring Green #0DEA80
RGB
CMYK
RGB Variations
Color information
#0DEA80 (or 0x0DEA80) is known color: Spring Green. HEX triplet: 0D, EA and 80. RGB value is (13,234,128). Sum of RGB (Red+Green+Blue) = 13+234+128=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEA80 is #F2157F. Grayscale: #9C9C9C. Windows color (decimal): -15865216 or 8448525. OLE color: 8448525.
HSL color Cylindrical-coordinate representation of color #0DEA80: hue angle of 151.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA80 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 128 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.08 |
| HSL | 151.22º | 0.89% | 0.48% | - |
| HSV(B) | 151.22º | 0.94% | 0.92% | - |
| XYZ | 33.49 | 60.49 | 30.33 | - |
| YUV | 155.84 | 112.28 | 26.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 128 | 0.94 | 0 | 0.45 | 0.08 | 151.22 | 0.89 | 0.48 |
| Hex | D | EA | 80 | 5E | 0 | 2D | 8 | 97 | 59 | 30 |
| Octal | 15 | 352 | 200 | 136 | 0 | 55 | 10 | 227 | 131 | 60 |
| Binary | 1101 | 11101010 | 10000000 | 1011110 | 0 | 101101 | 1000 | 10010111 | 1011001 | 110000 |
Color Harmonies of #0DEA80
Complementary color
Monochromatic Colors of #0DEA80
Black with #0DEA80
Text Example
Text Example
White with #0DEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA80; }
p { color: rgb(13,234,128); }
H1.HeaderClassName
{
color: #0DEA80;
}
.AnyTagClassName
{
color: #0DEA80;
}
</style>
background-color css
<style>
a { background-color: #0DEA80; }
a { background-color: rgb(13,234,128); }
div.DivClassName
{
background-color: #0DEA80;
}
.BgClassName
{
background-color: #0DEA80;
}
</style>
border-color css
<style>
span { border-color: #0DEA80; }
span { border-color: rgb(13,234,128); }
td.TdClassName
{
border-color: #0DEA80;
}
.TagClassName
{
border-color: #0DEA80;
}
</style>