Shades of Spring Green #0DEA74
Tints of Spring Green #0DEA74
RGB
CMYK
RGB Variations
Color information
#0DEA74 (or 0x0DEA74) is known color: Spring Green. HEX triplet: 0D, EA and 74. RGB value is (13,234,116). Sum of RGB (Red+Green+Blue) = 13+234+116=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 234 (91.80% from 255 or 64.46% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEA74 is #F2158B. Grayscale: #9A9A9A. Windows color (decimal): -15865228 or 7662093. OLE color: 7662093.
HSL color Cylindrical-coordinate representation of color #0DEA74: hue angle of 147.96º 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 #0DEA74 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 116 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.08 |
| HSL | 147.96º | 0.89% | 0.48% | - |
| HSV(B) | 147.96º | 0.94% | 0.92% | - |
| XYZ | 32.74 | 60.19 | 26.42 | - |
| YUV | 154.47 | 106.28 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 116 | 0.94 | 0 | 0.50 | 0.08 | 147.96 | 0.89 | 0.48 |
| Hex | D | EA | 74 | 5E | 0 | 32 | 8 | 94 | 59 | 30 |
| Octal | 15 | 352 | 164 | 136 | 0 | 62 | 10 | 224 | 131 | 60 |
| Binary | 1101 | 11101010 | 1110100 | 1011110 | 0 | 110010 | 1000 | 10010100 | 1011001 | 110000 |
Color Harmonies of #0DEA74
Complementary color
Monochromatic Colors of #0DEA74
Black with #0DEA74
Text Example
Text Example
White with #0DEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA74; }
p { color: rgb(13,234,116); }
H1.HeaderClassName
{
color: #0DEA74;
}
.AnyTagClassName
{
color: #0DEA74;
}
</style>
background-color css
<style>
a { background-color: #0DEA74; }
a { background-color: rgb(13,234,116); }
div.DivClassName
{
background-color: #0DEA74;
}
.BgClassName
{
background-color: #0DEA74;
}
</style>
border-color css
<style>
span { border-color: #0DEA74; }
span { border-color: rgb(13,234,116); }
td.TdClassName
{
border-color: #0DEA74;
}
.TagClassName
{
border-color: #0DEA74;
}
</style>