Html Css Color HEX #20FFA0 Medium Spring Green
📋 copy color: '#20FFA0'red 32 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #20FFA0
Tints of Medium Spring Green #20FFA0
RGB
CMYK
RGB Variations
Color information
#20FFA0 (or 0x20FFA0) is known color: Medium Spring Green. HEX triplet: 20, FF and A0. RGB value is (32,255,160). Sum of RGB (Red+Green+Blue) = 32+255+160=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #20FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FFA0 is #DF005F. Grayscale: #B1B1B1. Windows color (decimal): -14614624 or 10551072. OLE color: 10551072.
HSL color Cylindrical-coordinate representation of color #20FFA0: hue angle of 154.44º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FFA0 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 160 | - |
| CMYK | 0.87 | 0 | 0.37 | 0 |
| HSL | 154.44º | 1% | 0.56% | - |
| HSV(B) | 154.44º | 0.87% | 1% | - |
| XYZ | 42.7 | 74.37 | 45.36 | - |
| YUV | 177.49 | 118.12 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 160 | 0.87 | 0 | 0.37 | 0 | 154.44 | 1 | 0.56 |
| Hex | 20 | FF | A0 | 57 | 0 | 25 | 0 | 9A | 64 | 38 |
| Octal | 40 | 377 | 240 | 127 | 0 | 45 | 0 | 232 | 144 | 70 |
| Binary | 100000 | 11111111 | 10100000 | 1010111 | 0 | 100101 | 0 | 10011010 | 1100100 | 111000 |
Color Harmonies of #20FFA0
Complementary color
Monochromatic Colors of #20FFA0
Black with #20FFA0
Text Example
Text Example
White with #20FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FFA0; }
p { color: rgb(32,255,160); }
H1.HeaderClassName
{
color: #20FFA0;
}
.AnyTagClassName
{
color: #20FFA0;
}
</style>
background-color css
<style>
a { background-color: #20FFA0; }
a { background-color: rgb(32,255,160); }
div.DivClassName
{
background-color: #20FFA0;
}
.BgClassName
{
background-color: #20FFA0;
}
</style>
border-color css
<style>
span { border-color: #20FFA0; }
span { border-color: rgb(32,255,160); }
td.TdClassName
{
border-color: #20FFA0;
}
.TagClassName
{
border-color: #20FFA0;
}
</style>