Shades of Spring Green #0DF672
Tints of Spring Green #0DF672
RGB
CMYK
RGB Variations
Color information
#0DF672 (or 0x0DF672) is known color: Spring Green. HEX triplet: 0D, F6 and 72. RGB value is (13,246,114). Sum of RGB (Red+Green+Blue) = 13+246+114=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 246 (96.48% from 255 or 65.95% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF672 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF672 is #F2098D. Grayscale: #A1A1A1. Windows color (decimal): -15862158 or 7534093. OLE color: 7534093.
HSL color Cylindrical-coordinate representation of color #0DF672: hue angle of 146.01º 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 #0DF672 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 114 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.04 |
| HSL | 146.01º | 0.93% | 0.51% | - |
| HSV(B) | 146.01º | 0.95% | 0.96% | - |
| XYZ | 36.16 | 67.21 | 26.99 | - |
| YUV | 161.29 | 101.31 | 22.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 114 | 0.95 | 0 | 0.54 | 0.04 | 146.01 | 0.93 | 0.51 |
| Hex | D | F6 | 72 | 5F | 0 | 36 | 4 | 92 | 5D | 33 |
| Octal | 15 | 366 | 162 | 137 | 0 | 66 | 4 | 222 | 135 | 63 |
| Binary | 1101 | 11110110 | 1110010 | 1011111 | 0 | 110110 | 100 | 10010010 | 1011101 | 110011 |
Color Harmonies of #0DF672
Complementary color
Monochromatic Colors of #0DF672
Black with #0DF672
Text Example
Text Example
White with #0DF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF672; }
p { color: rgb(13,246,114); }
H1.HeaderClassName
{
color: #0DF672;
}
.AnyTagClassName
{
color: #0DF672;
}
</style>
background-color css
<style>
a { background-color: #0DF672; }
a { background-color: rgb(13,246,114); }
div.DivClassName
{
background-color: #0DF672;
}
.BgClassName
{
background-color: #0DF672;
}
</style>
border-color css
<style>
span { border-color: #0DF672; }
span { border-color: rgb(13,246,114); }
td.TdClassName
{
border-color: #0DF672;
}
.TagClassName
{
border-color: #0DF672;
}
</style>