Html Css Color HEX #1AF2AD Medium Spring Green
📋 copy color: '#1AF2AD'red 26 ◦ green 242 ◦ blue 173
Shades of Medium Spring Green #1AF2AD
Tints of Medium Spring Green #1AF2AD
RGB
CMYK
RGB Variations
Color information
#1AF2AD (or 0x1AF2AD) is known color: Medium Spring Green. HEX triplet: 1A, F2 and AD. RGB value is (26,242,173). Sum of RGB (Red+Green+Blue) = 26+242+173=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF2AD is #E50D52. Grayscale: #A9A9A9. Windows color (decimal): -15011155 or 11399706. OLE color: 11399706.
HSL color Cylindrical-coordinate representation of color #1AF2AD: hue angle of 160.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF2AD is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 173 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.05 |
| HSL | 160.83º | 0.89% | 0.53% | - |
| HSV(B) | 160.83º | 0.89% | 0.95% | - |
| XYZ | 39.72 | 66.74 | 50.32 | - |
| YUV | 169.55 | 129.94 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 173 | 0.89 | 0 | 0.29 | 0.05 | 160.83 | 0.89 | 0.53 |
| Hex | 1A | F2 | AD | 59 | 0 | 1D | 5 | A1 | 59 | 35 |
| Octal | 32 | 362 | 255 | 131 | 0 | 35 | 5 | 241 | 131 | 65 |
| Binary | 11010 | 11110010 | 10101101 | 1011001 | 0 | 11101 | 101 | 10100001 | 1011001 | 110101 |
Color Harmonies of #1AF2AD
Complementary color
Monochromatic Colors of #1AF2AD
Black with #1AF2AD
Text Example
Text Example
White with #1AF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF2AD; }
p { color: rgb(26,242,173); }
H1.HeaderClassName
{
color: #1AF2AD;
}
.AnyTagClassName
{
color: #1AF2AD;
}
</style>
background-color css
<style>
a { background-color: #1AF2AD; }
a { background-color: rgb(26,242,173); }
div.DivClassName
{
background-color: #1AF2AD;
}
.BgClassName
{
background-color: #1AF2AD;
}
</style>
border-color css
<style>
span { border-color: #1AF2AD; }
span { border-color: rgb(26,242,173); }
td.TdClassName
{
border-color: #1AF2AD;
}
.TagClassName
{
border-color: #1AF2AD;
}
</style>