Shades of Spring Green #0DDC79
Tints of Spring Green #0DDC79
RGB
CMYK
RGB Variations
Color information
#0DDC79 (or 0x0DDC79) is known color: Spring Green. HEX triplet: 0D, DC and 79. RGB value is (13,220,121). Sum of RGB (Red+Green+Blue) = 13+220+121=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC79 is #F22386. Grayscale: #939393. Windows color (decimal): -15868807 or 7986189. OLE color: 7986189.
HSL color Cylindrical-coordinate representation of color #0DDC79: hue angle of 151.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC79 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 121 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.14 |
| HSL | 151.3º | 0.89% | 0.46% | - |
| HSV(B) | 151.3º | 0.94% | 0.86% | - |
| XYZ | 29.21 | 52.65 | 26.71 | - |
| YUV | 146.82 | 113.42 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 121 | 0.94 | 0 | 0.45 | 0.14 | 151.3 | 0.89 | 0.46 |
| Hex | D | DC | 79 | 5E | 0 | 2D | E | 97 | 59 | 2E |
| Octal | 15 | 334 | 171 | 136 | 0 | 55 | 16 | 227 | 131 | 56 |
| Binary | 1101 | 11011100 | 1111001 | 1011110 | 0 | 101101 | 1110 | 10010111 | 1011001 | 101110 |
Color Harmonies of #0DDC79
Complementary color
Monochromatic Colors of #0DDC79
Black with #0DDC79
Text Example
Text Example
White with #0DDC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC79; }
p { color: rgb(13,220,121); }
H1.HeaderClassName
{
color: #0DDC79;
}
.AnyTagClassName
{
color: #0DDC79;
}
</style>
background-color css
<style>
a { background-color: #0DDC79; }
a { background-color: rgb(13,220,121); }
div.DivClassName
{
background-color: #0DDC79;
}
.BgClassName
{
background-color: #0DDC79;
}
</style>
border-color css
<style>
span { border-color: #0DDC79; }
span { border-color: rgb(13,220,121); }
td.TdClassName
{
border-color: #0DDC79;
}
.TagClassName
{
border-color: #0DDC79;
}
</style>