Shades of Spring Green #0DEA75
Tints of Spring Green #0DEA75
RGB
CMYK
RGB Variations
Color information
#0DEA75 (or 0x0DEA75) is known color: Spring Green. HEX triplet: 0D, EA and 75. RGB value is (13,234,117). Sum of RGB (Red+Green+Blue) = 13+234+117=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 234 (91.80% from 255 or 64.29% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEA75 is #F2158A. Grayscale: #9A9A9A. Windows color (decimal): -15865227 or 7727629. OLE color: 7727629.
HSL color Cylindrical-coordinate representation of color #0DEA75: hue angle of 148.24º 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 #0DEA75 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 117 | - |
| CMYK | 0.94 | 0 | 0.5 | 0.08 |
| HSL | 148.24º | 0.89% | 0.48% | - |
| HSV(B) | 148.24º | 0.94% | 0.92% | - |
| XYZ | 32.8 | 60.22 | 26.72 | - |
| YUV | 154.58 | 106.78 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 117 | 0.94 | 0 | 0.5 | 0.08 | 148.24 | 0.89 | 0.48 |
| Hex | D | EA | 75 | 5E | 0 | 32 | 8 | 94 | 59 | 30 |
| Octal | 15 | 352 | 165 | 136 | 0 | 62 | 10 | 224 | 131 | 60 |
| Binary | 1101 | 11101010 | 1110101 | 1011110 | 0 | 110010 | 1000 | 10010100 | 1011001 | 110000 |
Color Harmonies of #0DEA75
Complementary color
Monochromatic Colors of #0DEA75
Black with #0DEA75
Text Example
Text Example
White with #0DEA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA75; }
p { color: rgb(13,234,117); }
H1.HeaderClassName
{
color: #0DEA75;
}
.AnyTagClassName
{
color: #0DEA75;
}
</style>
background-color css
<style>
a { background-color: #0DEA75; }
a { background-color: rgb(13,234,117); }
div.DivClassName
{
background-color: #0DEA75;
}
.BgClassName
{
background-color: #0DEA75;
}
</style>
border-color css
<style>
span { border-color: #0DEA75; }
span { border-color: rgb(13,234,117); }
td.TdClassName
{
border-color: #0DEA75;
}
.TagClassName
{
border-color: #0DEA75;
}
</style>