Shades of Spring Green #0DFF8C
Tints of Spring Green #0DFF8C
RGB
CMYK
RGB Variations
Color information
#0DFF8C (or 0x0DFF8C) is known color: Spring Green. HEX triplet: 0D, FF and 8C. RGB value is (13,255,140). Sum of RGB (Red+Green+Blue) = 13+255+140=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFF8C is #F20073. Grayscale: #A9A9A9. Windows color (decimal): -15859828 or 9240333. OLE color: 9240333.
HSL color Cylindrical-coordinate representation of color #0DFF8C: hue angle of 151.49º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF8C is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 140 | - |
| CMYK | 0.95 | 0 | 0.45 | 0 |
| HSL | 151.49º | 1% | 0.53% | - |
| HSV(B) | 151.49º | 0.95% | 1% | - |
| XYZ | 40.66 | 73.5 | 36.85 | - |
| YUV | 169.53 | 111.33 | 16.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 140 | 0.95 | 0 | 0.45 | 0 | 151.49 | 1 | 0.53 |
| Hex | D | FF | 8C | 5F | 0 | 2D | 0 | 97 | 64 | 35 |
| Octal | 15 | 377 | 214 | 137 | 0 | 55 | 0 | 227 | 144 | 65 |
| Binary | 1101 | 11111111 | 10001100 | 1011111 | 0 | 101101 | 0 | 10010111 | 1100100 | 110101 |
Color Harmonies of #0DFF8C
Complementary color
Monochromatic Colors of #0DFF8C
Black with #0DFF8C
Text Example
Text Example
White with #0DFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF8C; }
p { color: rgb(13,255,140); }
H1.HeaderClassName
{
color: #0DFF8C;
}
.AnyTagClassName
{
color: #0DFF8C;
}
</style>
background-color css
<style>
a { background-color: #0DFF8C; }
a { background-color: rgb(13,255,140); }
div.DivClassName
{
background-color: #0DFF8C;
}
.BgClassName
{
background-color: #0DFF8C;
}
</style>
border-color css
<style>
span { border-color: #0DFF8C; }
span { border-color: rgb(13,255,140); }
td.TdClassName
{
border-color: #0DFF8C;
}
.TagClassName
{
border-color: #0DFF8C;
}
</style>