Html Css Color HEX #20FCA2 Medium Spring Green
📋 copy color: '#20FCA2'red 32 ◦ green 252 ◦ blue 162
Shades of Medium Spring Green #20FCA2
Tints of Medium Spring Green #20FCA2
RGB
CMYK
RGB Variations
Color information
#20FCA2 (or 0x20FCA2) is known color: Medium Spring Green. HEX triplet: 20, FC and A2. RGB value is (32,252,162). Sum of RGB (Red+Green+Blue) = 32+252+162=446 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.17% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FCA2 is #DF035D. Grayscale: #B0B0B0. Windows color (decimal): -14615390 or 10681376. OLE color: 10681376.
HSL color Cylindrical-coordinate representation of color #20FCA2: hue angle of 155.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCA2 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 32 | 252 | 162 | - |
CMYK | 0.87 | 0 | 0.36 | 0.01 |
HSL | 155.45º | 0.97% | 0.56% | - |
HSV(B) | 155.45º | 0.87% | 0.99% | - |
XYZ | 41.93 | 72.54 | 45.97 | - |
YUV | 175.96 | 120.11 | 25.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 252 | 162 | 0.87 | 0 | 0.36 | 0.01 | 155.45 | 0.97 | 0.56 |
Hex | 20 | FC | A2 | 57 | 0 | 24 | 1 | 9B | 61 | 38 |
Octal | 40 | 374 | 242 | 127 | 0 | 44 | 1 | 233 | 141 | 70 |
Binary | 100000 | 11111100 | 10100010 | 1010111 | 0 | 100100 | 1 | 10011011 | 1100001 | 111000 |
Color Harmonies of #20FCA2
Complementary color
Monochromatic Colors of #20FCA2
Black with #20FCA2
Text Example
Text Example
White with #20FCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCA2; }
p { color: rgb(32,252,162); }
H1.HeaderClassName
{
color: #20FCA2;
}
.AnyTagClassName
{
color: #20FCA2;
}
</style>
background-color css
<style>
a { background-color: #20FCA2; }
a { background-color: rgb(32,252,162); }
div.DivClassName
{
background-color: #20FCA2;
}
.BgClassName
{
background-color: #20FCA2;
}
</style>
border-color css
<style>
span { border-color: #20FCA2; }
span { border-color: rgb(32,252,162); }
td.TdClassName
{
border-color: #20FCA2;
}
.TagClassName
{
border-color: #20FCA2;
}
</style>