Html Css Color HEX #20F0AF Medium Spring Green
📋 copy color: '#20F0AF'red 32 ◦ green 240 ◦ blue 175
Shades of Medium Spring Green #20F0AF
Tints of Medium Spring Green #20F0AF
RGB
CMYK
RGB Variations
Color information
#20F0AF (or 0x20F0AF) is known color: Medium Spring Green. HEX triplet: 20, F0 and AF. RGB value is (32,240,175). Sum of RGB (Red+Green+Blue) = 32+240+175=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #20F0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20F0AF is #DF0F50. Grayscale: #AAAAAA. Windows color (decimal): -14618449 or 11530272. OLE color: 11530272.
HSL color Cylindrical-coordinate representation of color #20F0AF: hue angle of 161.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F0AF is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 175 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.06 |
| HSL | 161.25º | 0.87% | 0.53% | - |
| HSV(B) | 161.25º | 0.87% | 0.94% | - |
| XYZ | 39.49 | 65.72 | 51.16 | - |
| YUV | 170.4 | 130.59 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 175 | 0.87 | 0 | 0.27 | 0.06 | 161.25 | 0.87 | 0.53 |
| Hex | 20 | F0 | AF | 57 | 0 | 1B | 6 | A1 | 57 | 35 |
| Octal | 40 | 360 | 257 | 127 | 0 | 33 | 6 | 241 | 127 | 65 |
| Binary | 100000 | 11110000 | 10101111 | 1010111 | 0 | 11011 | 110 | 10100001 | 1010111 | 110101 |
Color Harmonies of #20F0AF
Complementary color
Monochromatic Colors of #20F0AF
Black with #20F0AF
Text Example
Text Example
White with #20F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F0AF; }
p { color: rgb(32,240,175); }
H1.HeaderClassName
{
color: #20F0AF;
}
.AnyTagClassName
{
color: #20F0AF;
}
</style>
background-color css
<style>
a { background-color: #20F0AF; }
a { background-color: rgb(32,240,175); }
div.DivClassName
{
background-color: #20F0AF;
}
.BgClassName
{
background-color: #20F0AF;
}
</style>
border-color css
<style>
span { border-color: #20F0AF; }
span { border-color: rgb(32,240,175); }
td.TdClassName
{
border-color: #20F0AF;
}
.TagClassName
{
border-color: #20F0AF;
}
</style>