Html Css Color HEX #1AFDAA Medium Spring Green
📋 copy color: '#1AFDAA'red 26 ◦ green 253 ◦ blue 170
Shades of Medium Spring Green #1AFDAA
Tints of Medium Spring Green #1AFDAA
RGB
CMYK
RGB Variations
Color information
#1AFDAA (or 0x1AFDAA) is known color: Medium Spring Green. HEX triplet: 1A, FD and AA. RGB value is (26,253,170). Sum of RGB (Red+Green+Blue) = 26+253+170=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFDAA is #E50255. Grayscale: #AFAFAF. Windows color (decimal): -15008342 or 11205914. OLE color: 11205914.
HSL color Cylindrical-coordinate representation of color #1AFDAA: hue angle of 158.06º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFDAA is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 170 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.01 |
| HSL | 158.06º | 0.98% | 0.55% | - |
| HSV(B) | 158.06º | 0.9% | 0.99% | - |
| XYZ | 42.81 | 73.37 | 49.94 | - |
| YUV | 175.67 | 124.79 | 21.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 170 | 0.90 | 0 | 0.33 | 0.01 | 158.06 | 0.98 | 0.55 |
| Hex | 1A | FD | AA | 5A | 0 | 21 | 1 | 9E | 62 | 37 |
| Octal | 32 | 375 | 252 | 132 | 0 | 41 | 1 | 236 | 142 | 67 |
| Binary | 11010 | 11111101 | 10101010 | 1011010 | 0 | 100001 | 1 | 10011110 | 1100010 | 110111 |
Color Harmonies of #1AFDAA
Complementary color
Monochromatic Colors of #1AFDAA
Black with #1AFDAA
Text Example
Text Example
White with #1AFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDAA; }
p { color: rgb(26,253,170); }
H1.HeaderClassName
{
color: #1AFDAA;
}
.AnyTagClassName
{
color: #1AFDAA;
}
</style>
background-color css
<style>
a { background-color: #1AFDAA; }
a { background-color: rgb(26,253,170); }
div.DivClassName
{
background-color: #1AFDAA;
}
.BgClassName
{
background-color: #1AFDAA;
}
</style>
border-color css
<style>
span { border-color: #1AFDAA; }
span { border-color: rgb(26,253,170); }
td.TdClassName
{
border-color: #1AFDAA;
}
.TagClassName
{
border-color: #1AFDAA;
}
</style>