Shades of Spring Green #0DF084
Tints of Spring Green #0DF084
RGB
CMYK
RGB Variations
Color information
#0DF084 (or 0x0DF084) is known color: Spring Green. HEX triplet: 0D, F0 and 84. RGB value is (13,240,132). Sum of RGB (Red+Green+Blue) = 13+240+132=385 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.38% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF084 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF084 is #F20F7B. Grayscale: #A0A0A0. Windows color (decimal): -15863676 or 8712205. OLE color: 8712205.
HSL color Cylindrical-coordinate representation of color #0DF084: hue angle of 151.45º 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 #0DF084 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 132 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.06 |
| HSL | 151.45º | 0.9% | 0.5% | - |
| HSV(B) | 151.45º | 0.95% | 0.94% | - |
| XYZ | 35.49 | 64.07 | 32.33 | - |
| YUV | 159.82 | 112.29 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 132 | 0.95 | 0 | 0.45 | 0.06 | 151.45 | 0.9 | 0.5 |
| Hex | D | F0 | 84 | 5F | 0 | 2D | 6 | 97 | 5A | 32 |
| Octal | 15 | 360 | 204 | 137 | 0 | 55 | 6 | 227 | 132 | 62 |
| Binary | 1101 | 11110000 | 10000100 | 1011111 | 0 | 101101 | 110 | 10010111 | 1011010 | 110010 |
Color Harmonies of #0DF084
Complementary color
Monochromatic Colors of #0DF084
Black with #0DF084
Text Example
Text Example
White with #0DF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF084; }
p { color: rgb(13,240,132); }
H1.HeaderClassName
{
color: #0DF084;
}
.AnyTagClassName
{
color: #0DF084;
}
</style>
background-color css
<style>
a { background-color: #0DF084; }
a { background-color: rgb(13,240,132); }
div.DivClassName
{
background-color: #0DF084;
}
.BgClassName
{
background-color: #0DF084;
}
</style>
border-color css
<style>
span { border-color: #0DF084; }
span { border-color: rgb(13,240,132); }
td.TdClassName
{
border-color: #0DF084;
}
.TagClassName
{
border-color: #0DF084;
}
</style>