Shades of Spring Green #0DF96E
Tints of Spring Green #0DF96E
RGB
CMYK
RGB Variations
Color information
#0DF96E (or 0x0DF96E) is known color: Spring Green. HEX triplet: 0D, F9 and 6E. RGB value is (13,249,110). Sum of RGB (Red+Green+Blue) = 13+249+110=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF96E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF96E is #F20691. Grayscale: #A2A2A2. Windows color (decimal): -15861394 or 7272717. OLE color: 7272717.
HSL color Cylindrical-coordinate representation of color #0DF96E: hue angle of 144.66º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF96E is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 110 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.02 |
| HSL | 144.66º | 0.95% | 0.51% | - |
| HSV(B) | 144.66º | 0.95% | 0.98% | - |
| XYZ | 36.86 | 68.96 | 26.12 | - |
| YUV | 162.59 | 98.31 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 110 | 0.95 | 0 | 0.56 | 0.02 | 144.66 | 0.95 | 0.51 |
| Hex | D | F9 | 6E | 5F | 0 | 38 | 2 | 91 | 5F | 33 |
| Octal | 15 | 371 | 156 | 137 | 0 | 70 | 2 | 221 | 137 | 63 |
| Binary | 1101 | 11111001 | 1101110 | 1011111 | 0 | 111000 | 10 | 10010001 | 1011111 | 110011 |
Color Harmonies of #0DF96E
Complementary color
Monochromatic Colors of #0DF96E
Black with #0DF96E
Text Example
Text Example
White with #0DF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF96E; }
p { color: rgb(13,249,110); }
H1.HeaderClassName
{
color: #0DF96E;
}
.AnyTagClassName
{
color: #0DF96E;
}
</style>
background-color css
<style>
a { background-color: #0DF96E; }
a { background-color: rgb(13,249,110); }
div.DivClassName
{
background-color: #0DF96E;
}
.BgClassName
{
background-color: #0DF96E;
}
</style>
border-color css
<style>
span { border-color: #0DF96E; }
span { border-color: rgb(13,249,110); }
td.TdClassName
{
border-color: #0DF96E;
}
.TagClassName
{
border-color: #0DF96E;
}
</style>