Shades of Medium Spring Green #00FDA0
Tints of Medium Spring Green #00FDA0
RGB
CMYK
RGB Variations
Color information
#00FDA0 (or 0x00FDA0) is known color: Medium Spring Green. HEX triplet: 00, FD and A0. RGB value is (0,253,160). Sum of RGB (Red+Green+Blue) = 0+253+160=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 253 (99.22% from 255 or 61.26% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FDA0 is #FF025F. Grayscale: #A6A6A6. Windows color (decimal): -16712288 or 10550528. OLE color: 10550528.
HSL color Cylindrical-coordinate representation of color #00FDA0: hue angle of 157.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FDA0 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 160 | - |
| CMYK | 1 | 0 | 0.37 | 0.01 |
| HSL | 157.94º | 1% | 0.5% | - |
| HSV(B) | 157.94º | 1% | 0.99% | - |
| XYZ | 41.47 | 72.79 | 45.12 | - |
| YUV | 166.75 | 124.18 | 9.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 160 | 1 | 0 | 0.37 | 0.01 | 157.94 | 1 | 0.5 |
| Hex | 0 | FD | A0 | 64 | 0 | 25 | 1 | 9E | 64 | 32 |
| Octal | 0 | 375 | 240 | 144 | 0 | 45 | 1 | 236 | 144 | 62 |
| Binary | 0 | 11111101 | 10100000 | 1100100 | 0 | 100101 | 1 | 10011110 | 1100100 | 110010 |
Color Harmonies of #00FDA0
Complementary color
Monochromatic Colors of #00FDA0
Black with #00FDA0
Text Example
Text Example
White with #00FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDA0; }
p { color: rgb(0,253,160); }
H1.HeaderClassName
{
color: #00FDA0;
}
.AnyTagClassName
{
color: #00FDA0;
}
</style>
background-color css
<style>
a { background-color: #00FDA0; }
a { background-color: rgb(0,253,160); }
div.DivClassName
{
background-color: #00FDA0;
}
.BgClassName
{
background-color: #00FDA0;
}
</style>
border-color css
<style>
span { border-color: #00FDA0; }
span { border-color: rgb(0,253,160); }
td.TdClassName
{
border-color: #00FDA0;
}
.TagClassName
{
border-color: #00FDA0;
}
</style>