Shades of Spring Green #0DE282
Tints of Spring Green #0DE282
RGB
CMYK
RGB Variations
Color information
#0DE282 (or 0x0DE282) is known color: Spring Green. HEX triplet: 0D, E2 and 82. RGB value is (13,226,130). Sum of RGB (Red+Green+Blue) = 13+226+130=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #0DE282 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE282 is #F21D7D. Grayscale: #979797. Windows color (decimal): -15867262 or 8577549. OLE color: 8577549.
HSL color Cylindrical-coordinate representation of color #0DE282: hue angle of 152.96º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE282 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 226 | 130 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.11 |
| HSL | 152.96º | 0.89% | 0.47% | - |
| HSV(B) | 152.96º | 0.94% | 0.89% | - |
| XYZ | 31.39 | 56.09 | 30.29 | - |
| YUV | 151.37 | 115.93 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 226 | 130 | 0.94 | 0 | 0.42 | 0.11 | 152.96 | 0.89 | 0.47 |
| Hex | D | E2 | 82 | 5E | 0 | 2A | B | 99 | 59 | 2F |
| Octal | 15 | 342 | 202 | 136 | 0 | 52 | 13 | 231 | 131 | 57 |
| Binary | 1101 | 11100010 | 10000010 | 1011110 | 0 | 101010 | 1011 | 10011001 | 1011001 | 101111 |
Color Harmonies of #0DE282
Complementary color
Monochromatic Colors of #0DE282
Black with #0DE282
Text Example
Text Example
White with #0DE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE282; }
p { color: rgb(13,226,130); }
H1.HeaderClassName
{
color: #0DE282;
}
.AnyTagClassName
{
color: #0DE282;
}
</style>
background-color css
<style>
a { background-color: #0DE282; }
a { background-color: rgb(13,226,130); }
div.DivClassName
{
background-color: #0DE282;
}
.BgClassName
{
background-color: #0DE282;
}
</style>
border-color css
<style>
span { border-color: #0DE282; }
span { border-color: rgb(13,226,130); }
td.TdClassName
{
border-color: #0DE282;
}
.TagClassName
{
border-color: #0DE282;
}
</style>