Shades of Spring Green #0DF46E
Tints of Spring Green #0DF46E
RGB
CMYK
RGB Variations
Color information
#0DF46E (or 0x0DF46E) is known color: Spring Green. HEX triplet: 0D, F4 and 6E. RGB value is (13,244,110). Sum of RGB (Red+Green+Blue) = 13+244+110=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #0DF46E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF46E is #F20B91. Grayscale: #9F9F9F. Windows color (decimal): -15862674 or 7271437. OLE color: 7271437.
HSL color Cylindrical-coordinate representation of color #0DF46E: hue angle of 145.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF46E is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 244 | 110 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.04 |
| HSL | 145.19º | 0.91% | 0.5% | - |
| HSV(B) | 145.19º | 0.95% | 0.96% | - |
| XYZ | 35.33 | 65.91 | 25.61 | - |
| YUV | 159.66 | 99.97 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 244 | 110 | 0.95 | 0 | 0.55 | 0.04 | 145.19 | 0.91 | 0.5 |
| Hex | D | F4 | 6E | 5F | 0 | 37 | 4 | 91 | 5B | 32 |
| Octal | 15 | 364 | 156 | 137 | 0 | 67 | 4 | 221 | 133 | 62 |
| Binary | 1101 | 11110100 | 1101110 | 1011111 | 0 | 110111 | 100 | 10010001 | 1011011 | 110010 |
Color Harmonies of #0DF46E
Complementary color
Monochromatic Colors of #0DF46E
Black with #0DF46E
Text Example
Text Example
White with #0DF46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF46E; }
p { color: rgb(13,244,110); }
H1.HeaderClassName
{
color: #0DF46E;
}
.AnyTagClassName
{
color: #0DF46E;
}
</style>
background-color css
<style>
a { background-color: #0DF46E; }
a { background-color: rgb(13,244,110); }
div.DivClassName
{
background-color: #0DF46E;
}
.BgClassName
{
background-color: #0DF46E;
}
</style>
border-color css
<style>
span { border-color: #0DF46E; }
span { border-color: rgb(13,244,110); }
td.TdClassName
{
border-color: #0DF46E;
}
.TagClassName
{
border-color: #0DF46E;
}
</style>