Shades of Spring Green #0DF76E
Tints of Spring Green #0DF76E
RGB
CMYK
RGB Variations
Color information
#0DF76E (or 0x0DF76E) is known color: Spring Green. HEX triplet: 0D, F7 and 6E. RGB value is (13,247,110). Sum of RGB (Red+Green+Blue) = 13+247+110=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 247 (96.88% from 255 or 66.76% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF76E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF76E is #F20891. Grayscale: #A1A1A1. Windows color (decimal): -15861906 or 7272205. OLE color: 7272205.
HSL color Cylindrical-coordinate representation of color #0DF76E: hue angle of 144.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF76E is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 247 | 110 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.03 |
| HSL | 144.87º | 0.94% | 0.51% | - |
| HSV(B) | 144.87º | 0.95% | 0.97% | - |
| XYZ | 36.24 | 67.73 | 25.92 | - |
| YUV | 161.42 | 98.98 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 247 | 110 | 0.95 | 0 | 0.55 | 0.03 | 144.87 | 0.94 | 0.51 |
| Hex | D | F7 | 6E | 5F | 0 | 37 | 3 | 91 | 5E | 33 |
| Octal | 15 | 367 | 156 | 137 | 0 | 67 | 3 | 221 | 136 | 63 |
| Binary | 1101 | 11110111 | 1101110 | 1011111 | 0 | 110111 | 11 | 10010001 | 1011110 | 110011 |
Color Harmonies of #0DF76E
Complementary color
Monochromatic Colors of #0DF76E
Black with #0DF76E
Text Example
Text Example
White with #0DF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF76E; }
p { color: rgb(13,247,110); }
H1.HeaderClassName
{
color: #0DF76E;
}
.AnyTagClassName
{
color: #0DF76E;
}
</style>
background-color css
<style>
a { background-color: #0DF76E; }
a { background-color: rgb(13,247,110); }
div.DivClassName
{
background-color: #0DF76E;
}
.BgClassName
{
background-color: #0DF76E;
}
</style>
border-color css
<style>
span { border-color: #0DF76E; }
span { border-color: rgb(13,247,110); }
td.TdClassName
{
border-color: #0DF76E;
}
.TagClassName
{
border-color: #0DF76E;
}
</style>