Shades of Spring Green #0DFE6D
Tints of Spring Green #0DFE6D
RGB
CMYK
RGB Variations
Color information
#0DFE6D (or 0x0DFE6D) is known color: Spring Green. HEX triplet: 0D, FE and 6D. RGB value is (13,254,109). Sum of RGB (Red+Green+Blue) = 13+254+109=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFE6D is #F20192. Grayscale: #A5A5A5. Windows color (decimal): -15860115 or 7208461. OLE color: 7208461.
HSL color Cylindrical-coordinate representation of color #0DFE6D: hue angle of 143.9º 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 #0DFE6D is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 109 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.00 |
| HSL | 143.9º | 0.99% | 0.52% | - |
| HSV(B) | 143.9º | 0.95% | 1% | - |
| XYZ | 38.37 | 72.07 | 26.36 | - |
| YUV | 165.41 | 96.16 | 19.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 109 | 0.95 | 0 | 0.57 | 0.00 | 143.9 | 0.99 | 0.52 |
| Hex | D | FE | 6D | 5F | 0 | 39 | 0 | 90 | 63 | 34 |
| Octal | 15 | 376 | 155 | 137 | 0 | 71 | 0 | 220 | 143 | 64 |
| Binary | 1101 | 11111110 | 1101101 | 1011111 | 0 | 111001 | 0 | 10010000 | 1100011 | 110100 |
Color Harmonies of #0DFE6D
Complementary color
Monochromatic Colors of #0DFE6D
Black with #0DFE6D
Text Example
Text Example
White with #0DFE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE6D; }
p { color: rgb(13,254,109); }
H1.HeaderClassName
{
color: #0DFE6D;
}
.AnyTagClassName
{
color: #0DFE6D;
}
</style>
background-color css
<style>
a { background-color: #0DFE6D; }
a { background-color: rgb(13,254,109); }
div.DivClassName
{
background-color: #0DFE6D;
}
.BgClassName
{
background-color: #0DFE6D;
}
</style>
border-color css
<style>
span { border-color: #0DFE6D; }
span { border-color: rgb(13,254,109); }
td.TdClassName
{
border-color: #0DFE6D;
}
.TagClassName
{
border-color: #0DFE6D;
}
</style>