Html Css Color HEX #1AF0AC Medium Spring Green
📋 copy color: '#1AF0AC'red 26 ◦ green 240 ◦ blue 172
Shades of Medium Spring Green #1AF0AC
Tints of Medium Spring Green #1AF0AC
RGB
CMYK
RGB Variations
Color information
#1AF0AC (or 0x1AF0AC) is known color: Medium Spring Green. HEX triplet: 1A, F0 and AC. RGB value is (26,240,172). Sum of RGB (Red+Green+Blue) = 26+240+172=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF0AC is #E50F53. Grayscale: #A8A8A8. Windows color (decimal): -15011668 or 11333658. OLE color: 11333658.
HSL color Cylindrical-coordinate representation of color #1AF0AC: hue angle of 160.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF0AC is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 172 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.06 |
| HSL | 160.93º | 0.88% | 0.52% | - |
| HSV(B) | 160.93º | 0.89% | 0.94% | - |
| XYZ | 39.03 | 65.52 | 49.62 | - |
| YUV | 168.26 | 130.1 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 172 | 0.89 | 0 | 0.28 | 0.06 | 160.93 | 0.88 | 0.52 |
| Hex | 1A | F0 | AC | 59 | 0 | 1C | 6 | A1 | 58 | 34 |
| Octal | 32 | 360 | 254 | 131 | 0 | 34 | 6 | 241 | 130 | 64 |
| Binary | 11010 | 11110000 | 10101100 | 1011001 | 0 | 11100 | 110 | 10100001 | 1011000 | 110100 |
Color Harmonies of #1AF0AC
Complementary color
Monochromatic Colors of #1AF0AC
Black with #1AF0AC
Text Example
Text Example
White with #1AF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF0AC; }
p { color: rgb(26,240,172); }
H1.HeaderClassName
{
color: #1AF0AC;
}
.AnyTagClassName
{
color: #1AF0AC;
}
</style>
background-color css
<style>
a { background-color: #1AF0AC; }
a { background-color: rgb(26,240,172); }
div.DivClassName
{
background-color: #1AF0AC;
}
.BgClassName
{
background-color: #1AF0AC;
}
</style>
border-color css
<style>
span { border-color: #1AF0AC; }
span { border-color: rgb(26,240,172); }
td.TdClassName
{
border-color: #1AF0AC;
}
.TagClassName
{
border-color: #1AF0AC;
}
</style>