Shades of Spring Green #0DFC6D
Tints of Spring Green #0DFC6D
RGB
CMYK
RGB Variations
Color information
#0DFC6D (or 0x0DFC6D) is known color: Spring Green. HEX triplet: 0D, FC and 6D. RGB value is (13,252,109). Sum of RGB (Red+Green+Blue) = 13+252+109=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 252 (98.83% from 255 or 67.38% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFC6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFC6D is #F20392. Grayscale: #A4A4A4. Windows color (decimal): -15860627 or 7207949. OLE color: 7207949.
HSL color Cylindrical-coordinate representation of color #0DFC6D: hue angle of 144.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFC6D is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 252 | 109 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.01 |
| HSL | 144.1º | 0.98% | 0.52% | - |
| HSV(B) | 144.1º | 0.95% | 0.99% | - |
| XYZ | 37.74 | 70.81 | 26.15 | - |
| YUV | 164.24 | 96.82 | 20.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 252 | 109 | 0.95 | 0 | 0.57 | 0.01 | 144.1 | 0.98 | 0.52 |
| Hex | D | FC | 6D | 5F | 0 | 39 | 1 | 90 | 62 | 34 |
| Octal | 15 | 374 | 155 | 137 | 0 | 71 | 1 | 220 | 142 | 64 |
| Binary | 1101 | 11111100 | 1101101 | 1011111 | 0 | 111001 | 1 | 10010000 | 1100010 | 110100 |
Color Harmonies of #0DFC6D
Complementary color
Monochromatic Colors of #0DFC6D
Black with #0DFC6D
Text Example
Text Example
White with #0DFC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFC6D; }
p { color: rgb(13,252,109); }
H1.HeaderClassName
{
color: #0DFC6D;
}
.AnyTagClassName
{
color: #0DFC6D;
}
</style>
background-color css
<style>
a { background-color: #0DFC6D; }
a { background-color: rgb(13,252,109); }
div.DivClassName
{
background-color: #0DFC6D;
}
.BgClassName
{
background-color: #0DFC6D;
}
</style>
border-color css
<style>
span { border-color: #0DFC6D; }
span { border-color: rgb(13,252,109); }
td.TdClassName
{
border-color: #0DFC6D;
}
.TagClassName
{
border-color: #0DFC6D;
}
</style>