Shades of Spring Green #0DF678
Tints of Spring Green #0DF678
RGB
CMYK
RGB Variations
Color information
#0DF678 (or 0x0DF678) is known color: Spring Green. HEX triplet: 0D, F6 and 78. RGB value is (13,246,120). Sum of RGB (Red+Green+Blue) = 13+246+120=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF678 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF678 is #F20987. Grayscale: #A2A2A2. Windows color (decimal): -15862152 or 7927309. OLE color: 7927309.
HSL color Cylindrical-coordinate representation of color #0DF678: hue angle of 147.55º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF678 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 120 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.04 |
| HSL | 147.55º | 0.93% | 0.51% | - |
| HSV(B) | 147.55º | 0.95% | 0.96% | - |
| XYZ | 36.51 | 67.35 | 28.85 | - |
| YUV | 161.97 | 104.31 | 21.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 120 | 0.95 | 0 | 0.51 | 0.04 | 147.55 | 0.93 | 0.51 |
| Hex | D | F6 | 78 | 5F | 0 | 33 | 4 | 94 | 5D | 33 |
| Octal | 15 | 366 | 170 | 137 | 0 | 63 | 4 | 224 | 135 | 63 |
| Binary | 1101 | 11110110 | 1111000 | 1011111 | 0 | 110011 | 100 | 10010100 | 1011101 | 110011 |
Color Harmonies of #0DF678
Complementary color
Monochromatic Colors of #0DF678
Black with #0DF678
Text Example
Text Example
White with #0DF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF678; }
p { color: rgb(13,246,120); }
H1.HeaderClassName
{
color: #0DF678;
}
.AnyTagClassName
{
color: #0DF678;
}
</style>
background-color css
<style>
a { background-color: #0DF678; }
a { background-color: rgb(13,246,120); }
div.DivClassName
{
background-color: #0DF678;
}
.BgClassName
{
background-color: #0DF678;
}
</style>
border-color css
<style>
span { border-color: #0DF678; }
span { border-color: rgb(13,246,120); }
td.TdClassName
{
border-color: #0DF678;
}
.TagClassName
{
border-color: #0DF678;
}
</style>