Shades of Spring Green #0DFE8C
Tints of Spring Green #0DFE8C
RGB
CMYK
RGB Variations
Color information
#0DFE8C (or 0x0DFE8C) is known color: Spring Green. HEX triplet: 0D, FE and 8C. RGB value is (13,254,140). Sum of RGB (Red+Green+Blue) = 13+254+140=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 254 (99.61% from 255 or 62.41% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFE8C is #F20173. Grayscale: #A9A9A9. Windows color (decimal): -15860084 or 9240077. OLE color: 9240077.
HSL color Cylindrical-coordinate representation of color #0DFE8C: hue angle of 151.62º 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 #0DFE8C is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 140 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.00 |
| HSL | 151.62º | 0.99% | 0.52% | - |
| HSV(B) | 151.62º | 0.95% | 1% | - |
| XYZ | 40.34 | 72.86 | 36.75 | - |
| YUV | 168.95 | 111.66 | 16.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 140 | 0.95 | 0 | 0.45 | 0.00 | 151.62 | 0.99 | 0.52 |
| Hex | D | FE | 8C | 5F | 0 | 2D | 0 | 98 | 63 | 34 |
| Octal | 15 | 376 | 214 | 137 | 0 | 55 | 0 | 230 | 143 | 64 |
| Binary | 1101 | 11111110 | 10001100 | 1011111 | 0 | 101101 | 0 | 10011000 | 1100011 | 110100 |
Color Harmonies of #0DFE8C
Complementary color
Monochromatic Colors of #0DFE8C
Black with #0DFE8C
Text Example
Text Example
White with #0DFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE8C; }
p { color: rgb(13,254,140); }
H1.HeaderClassName
{
color: #0DFE8C;
}
.AnyTagClassName
{
color: #0DFE8C;
}
</style>
background-color css
<style>
a { background-color: #0DFE8C; }
a { background-color: rgb(13,254,140); }
div.DivClassName
{
background-color: #0DFE8C;
}
.BgClassName
{
background-color: #0DFE8C;
}
</style>
border-color css
<style>
span { border-color: #0DFE8C; }
span { border-color: rgb(13,254,140); }
td.TdClassName
{
border-color: #0DFE8C;
}
.TagClassName
{
border-color: #0DFE8C;
}
</style>