Shades of Spring Green #0DED7A
Tints of Spring Green #0DED7A
RGB
CMYK
RGB Variations
Color information
#0DED7A (or 0x0DED7A) is known color: Spring Green. HEX triplet: 0D, ED and 7A. RGB value is (13,237,122). Sum of RGB (Red+Green+Blue) = 13+237+122=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 237 (92.97% from 255 or 63.71% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DED7A is #F21285. Grayscale: #9D9D9D. Windows color (decimal): -15864454 or 8056077. OLE color: 8056077.
HSL color Cylindrical-coordinate representation of color #0DED7A: hue angle of 149.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DED7A is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 122 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.07 |
| HSL | 149.2º | 0.9% | 0.49% | - |
| HSV(B) | 149.2º | 0.95% | 0.93% | - |
| XYZ | 33.96 | 62.06 | 28.6 | - |
| YUV | 156.91 | 108.29 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 122 | 0.95 | 0 | 0.49 | 0.07 | 149.2 | 0.9 | 0.49 |
| Hex | D | ED | 7A | 5F | 0 | 31 | 7 | 95 | 5A | 31 |
| Octal | 15 | 355 | 172 | 137 | 0 | 61 | 7 | 225 | 132 | 61 |
| Binary | 1101 | 11101101 | 1111010 | 1011111 | 0 | 110001 | 111 | 10010101 | 1011010 | 110001 |
Color Harmonies of #0DED7A
Complementary color
Monochromatic Colors of #0DED7A
Black with #0DED7A
Text Example
Text Example
White with #0DED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DED7A; }
p { color: rgb(13,237,122); }
H1.HeaderClassName
{
color: #0DED7A;
}
.AnyTagClassName
{
color: #0DED7A;
}
</style>
background-color css
<style>
a { background-color: #0DED7A; }
a { background-color: rgb(13,237,122); }
div.DivClassName
{
background-color: #0DED7A;
}
.BgClassName
{
background-color: #0DED7A;
}
</style>
border-color css
<style>
span { border-color: #0DED7A; }
span { border-color: rgb(13,237,122); }
td.TdClassName
{
border-color: #0DED7A;
}
.TagClassName
{
border-color: #0DED7A;
}
</style>