Html Css Color HEX #1AF2AC Medium Spring Green
📋 copy color: '#1AF2AC'red 26 ◦ green 242 ◦ blue 172
Shades of Medium Spring Green #1AF2AC
Tints of Medium Spring Green #1AF2AC
RGB
CMYK
RGB Variations
Color information
#1AF2AC (or 0x1AF2AC) is known color: Medium Spring Green. HEX triplet: 1A, F2 and AC. RGB value is (26,242,172). Sum of RGB (Red+Green+Blue) = 26+242+172=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF2AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF2AC is #E50D53. Grayscale: #A9A9A9. Windows color (decimal): -15011156 or 11334170. OLE color: 11334170.
HSL color Cylindrical-coordinate representation of color #1AF2AC: hue angle of 160.56º 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 #1AF2AC is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 172 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.05 |
| HSL | 160.56º | 0.89% | 0.53% | - |
| HSV(B) | 160.56º | 0.89% | 0.95% | - |
| XYZ | 39.62 | 66.7 | 49.82 | - |
| YUV | 169.44 | 129.44 | 25.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 172 | 0.89 | 0 | 0.29 | 0.05 | 160.56 | 0.89 | 0.53 |
| Hex | 1A | F2 | AC | 59 | 0 | 1D | 5 | A1 | 59 | 35 |
| Octal | 32 | 362 | 254 | 131 | 0 | 35 | 5 | 241 | 131 | 65 |
| Binary | 11010 | 11110010 | 10101100 | 1011001 | 0 | 11101 | 101 | 10100001 | 1011001 | 110101 |
Color Harmonies of #1AF2AC
Complementary color
Monochromatic Colors of #1AF2AC
Black with #1AF2AC
Text Example
Text Example
White with #1AF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF2AC; }
p { color: rgb(26,242,172); }
H1.HeaderClassName
{
color: #1AF2AC;
}
.AnyTagClassName
{
color: #1AF2AC;
}
</style>
background-color css
<style>
a { background-color: #1AF2AC; }
a { background-color: rgb(26,242,172); }
div.DivClassName
{
background-color: #1AF2AC;
}
.BgClassName
{
background-color: #1AF2AC;
}
</style>
border-color css
<style>
span { border-color: #1AF2AC; }
span { border-color: rgb(26,242,172); }
td.TdClassName
{
border-color: #1AF2AC;
}
.TagClassName
{
border-color: #1AF2AC;
}
</style>