Html Css Color HEX #31FFA0 Medium Spring Green
📋 copy color: '#31FFA0'red 49 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #31FFA0
Tints of Medium Spring Green #31FFA0
RGB
CMYK
RGB Variations
Color information
#31FFA0 (or 0x31FFA0) is known color: Medium Spring Green. HEX triplet: 31, FF and A0. RGB value is (49,255,160). Sum of RGB (Red+Green+Blue) = 49+255+160=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #31FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FFA0 is #CE005F. Grayscale: #B6B6B6. Windows color (decimal): -13500512 or 10551089. OLE color: 10551089.
HSL color Cylindrical-coordinate representation of color #31FFA0: hue angle of 152.33º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FFA0 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 160 | - |
| CMYK | 0.81 | 0 | 0.37 | 0 |
| HSL | 152.33º | 1% | 0.6% | - |
| HSV(B) | 152.33º | 0.81% | 1% | - |
| XYZ | 43.37 | 74.71 | 45.39 | - |
| YUV | 182.58 | 115.25 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 160 | 0.81 | 0 | 0.37 | 0 | 152.33 | 1 | 0.6 |
| Hex | 31 | FF | A0 | 51 | 0 | 25 | 0 | 98 | 64 | 3C |
| Octal | 61 | 377 | 240 | 121 | 0 | 45 | 0 | 230 | 144 | 74 |
| Binary | 110001 | 11111111 | 10100000 | 1010001 | 0 | 100101 | 0 | 10011000 | 1100100 | 111100 |
Color Harmonies of #31FFA0
Complementary color
Monochromatic Colors of #31FFA0
Black with #31FFA0
Text Example
Text Example
White with #31FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FFA0; }
p { color: rgb(49,255,160); }
H1.HeaderClassName
{
color: #31FFA0;
}
.AnyTagClassName
{
color: #31FFA0;
}
</style>
background-color css
<style>
a { background-color: #31FFA0; }
a { background-color: rgb(49,255,160); }
div.DivClassName
{
background-color: #31FFA0;
}
.BgClassName
{
background-color: #31FFA0;
}
</style>
border-color css
<style>
span { border-color: #31FFA0; }
span { border-color: rgb(49,255,160); }
td.TdClassName
{
border-color: #31FFA0;
}
.TagClassName
{
border-color: #31FFA0;
}
</style>