Shades of Spring Green #0DF66C
Tints of Spring Green #0DF66C
RGB
CMYK
RGB Variations
Color information
#0DF66C (or 0x0DF66C) is known color: Spring Green. HEX triplet: 0D, F6 and 6C. RGB value is (13,246,108). Sum of RGB (Red+Green+Blue) = 13+246+108=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 246 (96.48% from 255 or 67.03% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF66C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF66C is #F20993. Grayscale: #A0A0A0. Windows color (decimal): -15862164 or 7140877. OLE color: 7140877.
HSL color Cylindrical-coordinate representation of color #0DF66C: hue angle of 144.46º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF66C is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 108 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.04 |
| HSL | 144.46º | 0.93% | 0.51% | - |
| HSV(B) | 144.46º | 0.95% | 0.96% | - |
| XYZ | 35.83 | 67.08 | 25.25 | - |
| YUV | 160.6 | 98.31 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 108 | 0.95 | 0 | 0.56 | 0.04 | 144.46 | 0.93 | 0.51 |
| Hex | D | F6 | 6C | 5F | 0 | 38 | 4 | 90 | 5D | 33 |
| Octal | 15 | 366 | 154 | 137 | 0 | 70 | 4 | 220 | 135 | 63 |
| Binary | 1101 | 11110110 | 1101100 | 1011111 | 0 | 111000 | 100 | 10010000 | 1011101 | 110011 |
Color Harmonies of #0DF66C
Complementary color
Monochromatic Colors of #0DF66C
Black with #0DF66C
Text Example
Text Example
White with #0DF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF66C; }
p { color: rgb(13,246,108); }
H1.HeaderClassName
{
color: #0DF66C;
}
.AnyTagClassName
{
color: #0DF66C;
}
</style>
background-color css
<style>
a { background-color: #0DF66C; }
a { background-color: rgb(13,246,108); }
div.DivClassName
{
background-color: #0DF66C;
}
.BgClassName
{
background-color: #0DF66C;
}
</style>
border-color css
<style>
span { border-color: #0DF66C; }
span { border-color: rgb(13,246,108); }
td.TdClassName
{
border-color: #0DF66C;
}
.TagClassName
{
border-color: #0DF66C;
}
</style>