Shades of Spring Green #0DF082
Tints of Spring Green #0DF082
RGB
CMYK
RGB Variations
Color information
#0DF082 (or 0x0DF082) is known color: Spring Green. HEX triplet: 0D, F0 and 82. RGB value is (13,240,130). Sum of RGB (Red+Green+Blue) = 13+240+130=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 240 (94.14% from 255 or 62.66% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF082 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF082 is #F20F7D. Grayscale: #9F9F9F. Windows color (decimal): -15863678 or 8581133. OLE color: 8581133.
HSL color Cylindrical-coordinate representation of color #0DF082: hue angle of 150.93º 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 #0DF082 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 130 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.06 |
| HSL | 150.93º | 0.9% | 0.5% | - |
| HSV(B) | 150.93º | 0.95% | 0.94% | - |
| XYZ | 35.36 | 64.02 | 31.61 | - |
| YUV | 159.59 | 111.29 | 23.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 130 | 0.95 | 0 | 0.46 | 0.06 | 150.93 | 0.9 | 0.5 |
| Hex | D | F0 | 82 | 5F | 0 | 2E | 6 | 97 | 5A | 32 |
| Octal | 15 | 360 | 202 | 137 | 0 | 56 | 6 | 227 | 132 | 62 |
| Binary | 1101 | 11110000 | 10000010 | 1011111 | 0 | 101110 | 110 | 10010111 | 1011010 | 110010 |
Color Harmonies of #0DF082
Complementary color
Monochromatic Colors of #0DF082
Black with #0DF082
Text Example
Text Example
White with #0DF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF082; }
p { color: rgb(13,240,130); }
H1.HeaderClassName
{
color: #0DF082;
}
.AnyTagClassName
{
color: #0DF082;
}
</style>
background-color css
<style>
a { background-color: #0DF082; }
a { background-color: rgb(13,240,130); }
div.DivClassName
{
background-color: #0DF082;
}
.BgClassName
{
background-color: #0DF082;
}
</style>
border-color css
<style>
span { border-color: #0DF082; }
span { border-color: rgb(13,240,130); }
td.TdClassName
{
border-color: #0DF082;
}
.TagClassName
{
border-color: #0DF082;
}
</style>