Shades of Spring Green #0DF070
Tints of Spring Green #0DF070
RGB
CMYK
RGB Variations
Color information
#0DF070 (or 0x0DF070) is known color: Spring Green. HEX triplet: 0D, F0 and 70. RGB value is (13,240,112). Sum of RGB (Red+Green+Blue) = 13+240+112=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF070 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF070 is #F20F8F. Grayscale: #9D9D9D. Windows color (decimal): -15863696 or 7401485. OLE color: 7401485.
HSL color Cylindrical-coordinate representation of color #0DF070: hue angle of 146.17º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF070 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 112 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.06 |
| HSL | 146.17º | 0.9% | 0.5% | - |
| HSV(B) | 146.17º | 0.95% | 0.94% | - |
| XYZ | 34.25 | 63.58 | 25.8 | - |
| YUV | 157.54 | 102.29 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 112 | 0.95 | 0 | 0.53 | 0.06 | 146.17 | 0.9 | 0.5 |
| Hex | D | F0 | 70 | 5F | 0 | 35 | 6 | 92 | 5A | 32 |
| Octal | 15 | 360 | 160 | 137 | 0 | 65 | 6 | 222 | 132 | 62 |
| Binary | 1101 | 11110000 | 1110000 | 1011111 | 0 | 110101 | 110 | 10010010 | 1011010 | 110010 |
Color Harmonies of #0DF070
Complementary color
Monochromatic Colors of #0DF070
Black with #0DF070
Text Example
Text Example
White with #0DF070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF070; }
p { color: rgb(13,240,112); }
H1.HeaderClassName
{
color: #0DF070;
}
.AnyTagClassName
{
color: #0DF070;
}
</style>
background-color css
<style>
a { background-color: #0DF070; }
a { background-color: rgb(13,240,112); }
div.DivClassName
{
background-color: #0DF070;
}
.BgClassName
{
background-color: #0DF070;
}
</style>
border-color css
<style>
span { border-color: #0DF070; }
span { border-color: rgb(13,240,112); }
td.TdClassName
{
border-color: #0DF070;
}
.TagClassName
{
border-color: #0DF070;
}
</style>