Shades of Spring Green #0DF86C
Tints of Spring Green #0DF86C
RGB
CMYK
RGB Variations
Color information
#0DF86C (or 0x0DF86C) is known color: Spring Green. HEX triplet: 0D, F8 and 6C. RGB value is (13,248,108). Sum of RGB (Red+Green+Blue) = 13+248+108=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF86C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF86C is #F20793. Grayscale: #A2A2A2. Windows color (decimal): -15861652 or 7141389. OLE color: 7141389.
HSL color Cylindrical-coordinate representation of color #0DF86C: hue angle of 144.26º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF86C is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 108 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.03 |
| HSL | 144.26º | 0.94% | 0.51% | - |
| HSV(B) | 144.26º | 0.95% | 0.97% | - |
| XYZ | 36.44 | 68.3 | 25.45 | - |
| YUV | 161.78 | 97.64 | 21.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 108 | 0.95 | 0 | 0.56 | 0.03 | 144.26 | 0.94 | 0.51 |
| Hex | D | F8 | 6C | 5F | 0 | 38 | 3 | 90 | 5E | 33 |
| Octal | 15 | 370 | 154 | 137 | 0 | 70 | 3 | 220 | 136 | 63 |
| Binary | 1101 | 11111000 | 1101100 | 1011111 | 0 | 111000 | 11 | 10010000 | 1011110 | 110011 |
Color Harmonies of #0DF86C
Complementary color
Monochromatic Colors of #0DF86C
Black with #0DF86C
Text Example
Text Example
White with #0DF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF86C; }
p { color: rgb(13,248,108); }
H1.HeaderClassName
{
color: #0DF86C;
}
.AnyTagClassName
{
color: #0DF86C;
}
</style>
background-color css
<style>
a { background-color: #0DF86C; }
a { background-color: rgb(13,248,108); }
div.DivClassName
{
background-color: #0DF86C;
}
.BgClassName
{
background-color: #0DF86C;
}
</style>
border-color css
<style>
span { border-color: #0DF86C; }
span { border-color: rgb(13,248,108); }
td.TdClassName
{
border-color: #0DF86C;
}
.TagClassName
{
border-color: #0DF86C;
}
</style>