Shades of Spring Green #0DFE8D
Tints of Spring Green #0DFE8D
RGB
CMYK
RGB Variations
Color information
#0DFE8D (or 0x0DFE8D) is known color: Spring Green. HEX triplet: 0D, FE and 8D. RGB value is (13,254,141). Sum of RGB (Red+Green+Blue) = 13+254+141=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 254 (99.61% from 255 or 62.25% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFE8D is #F20172. Grayscale: #A9A9A9. Windows color (decimal): -15860083 or 9305613. OLE color: 9305613.
HSL color Cylindrical-coordinate representation of color #0DFE8D: hue angle of 151.87º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE8D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 141 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.00 |
| HSL | 151.87º | 0.99% | 0.52% | - |
| HSV(B) | 151.87º | 0.95% | 1% | - |
| XYZ | 40.42 | 72.89 | 37.14 | - |
| YUV | 169.06 | 112.16 | 16.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 141 | 0.95 | 0 | 0.44 | 0.00 | 151.87 | 0.99 | 0.52 |
| Hex | D | FE | 8D | 5F | 0 | 2C | 0 | 98 | 63 | 34 |
| Octal | 15 | 376 | 215 | 137 | 0 | 54 | 0 | 230 | 143 | 64 |
| Binary | 1101 | 11111110 | 10001101 | 1011111 | 0 | 101100 | 0 | 10011000 | 1100011 | 110100 |
Color Harmonies of #0DFE8D
Complementary color
Monochromatic Colors of #0DFE8D
Black with #0DFE8D
Text Example
Text Example
White with #0DFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE8D; }
p { color: rgb(13,254,141); }
H1.HeaderClassName
{
color: #0DFE8D;
}
.AnyTagClassName
{
color: #0DFE8D;
}
</style>
background-color css
<style>
a { background-color: #0DFE8D; }
a { background-color: rgb(13,254,141); }
div.DivClassName
{
background-color: #0DFE8D;
}
.BgClassName
{
background-color: #0DFE8D;
}
</style>
border-color css
<style>
span { border-color: #0DFE8D; }
span { border-color: rgb(13,254,141); }
td.TdClassName
{
border-color: #0DFE8D;
}
.TagClassName
{
border-color: #0DFE8D;
}
</style>