Html Css Color HEX #1FF0AF Medium Spring Green
📋 copy color: '#1FF0AF'red 31 ◦ green 240 ◦ blue 175
Shades of Medium Spring Green #1FF0AF
Tints of Medium Spring Green #1FF0AF
RGB
CMYK
RGB Variations
Color information
#1FF0AF (or 0x1FF0AF) is known color: Medium Spring Green. HEX triplet: 1F, F0 and AF. RGB value is (31,240,175). Sum of RGB (Red+Green+Blue) = 31+240+175=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF0AF is #E00F50. Grayscale: #AAAAAA. Windows color (decimal): -14683985 or 11530271. OLE color: 11530271.
HSL color Cylindrical-coordinate representation of color #1FF0AF: hue angle of 161.34º 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 #1FF0AF is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 240 | 175 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.06 |
| HSL | 161.34º | 0.87% | 0.53% | - |
| HSV(B) | 161.34º | 0.87% | 0.94% | - |
| XYZ | 39.46 | 65.71 | 51.16 | - |
| YUV | 170.1 | 130.76 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 240 | 175 | 0.87 | 0 | 0.27 | 0.06 | 161.34 | 0.87 | 0.53 |
| Hex | 1F | F0 | AF | 57 | 0 | 1B | 6 | A1 | 57 | 35 |
| Octal | 37 | 360 | 257 | 127 | 0 | 33 | 6 | 241 | 127 | 65 |
| Binary | 11111 | 11110000 | 10101111 | 1010111 | 0 | 11011 | 110 | 10100001 | 1010111 | 110101 |
Color Harmonies of #1FF0AF
Complementary color
Monochromatic Colors of #1FF0AF
Black with #1FF0AF
Text Example
Text Example
White with #1FF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF0AF; }
p { color: rgb(31,240,175); }
H1.HeaderClassName
{
color: #1FF0AF;
}
.AnyTagClassName
{
color: #1FF0AF;
}
</style>
background-color css
<style>
a { background-color: #1FF0AF; }
a { background-color: rgb(31,240,175); }
div.DivClassName
{
background-color: #1FF0AF;
}
.BgClassName
{
background-color: #1FF0AF;
}
</style>
border-color css
<style>
span { border-color: #1FF0AF; }
span { border-color: rgb(31,240,175); }
td.TdClassName
{
border-color: #1FF0AF;
}
.TagClassName
{
border-color: #1FF0AF;
}
</style>