Html Css Color HEX #2AFDA9 Medium Spring Green
📋 copy color: '#2AFDA9'red 42 ◦ green 253 ◦ blue 169
Shades of Medium Spring Green #2AFDA9
Tints of Medium Spring Green #2AFDA9
RGB
CMYK
RGB Variations
Color information
#2AFDA9 (or 0x2AFDA9) is known color: Medium Spring Green. HEX triplet: 2A, FD and A9. RGB value is (42,253,169). Sum of RGB (Red+Green+Blue) = 42+253+169=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFDA9 is #D50256. Grayscale: #B4B4B4. Windows color (decimal): -13959767 or 11140394. OLE color: 11140394.
HSL color Cylindrical-coordinate representation of color #2AFDA9: hue angle of 156.11º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFDA9 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 169 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.01 |
| HSL | 156.11º | 0.98% | 0.58% | - |
| HSV(B) | 156.11º | 0.83% | 0.99% | - |
| XYZ | 43.24 | 73.61 | 49.46 | - |
| YUV | 180.34 | 121.6 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 169 | 0.83 | 0 | 0.33 | 0.01 | 156.11 | 0.98 | 0.58 |
| Hex | 2A | FD | A9 | 53 | 0 | 21 | 1 | 9C | 62 | 3A |
| Octal | 52 | 375 | 251 | 123 | 0 | 41 | 1 | 234 | 142 | 72 |
| Binary | 101010 | 11111101 | 10101001 | 1010011 | 0 | 100001 | 1 | 10011100 | 1100010 | 111010 |
Color Harmonies of #2AFDA9
Complementary color
Monochromatic Colors of #2AFDA9
Black with #2AFDA9
Text Example
Text Example
White with #2AFDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDA9; }
p { color: rgb(42,253,169); }
H1.HeaderClassName
{
color: #2AFDA9;
}
.AnyTagClassName
{
color: #2AFDA9;
}
</style>
background-color css
<style>
a { background-color: #2AFDA9; }
a { background-color: rgb(42,253,169); }
div.DivClassName
{
background-color: #2AFDA9;
}
.BgClassName
{
background-color: #2AFDA9;
}
</style>
border-color css
<style>
span { border-color: #2AFDA9; }
span { border-color: rgb(42,253,169); }
td.TdClassName
{
border-color: #2AFDA9;
}
.TagClassName
{
border-color: #2AFDA9;
}
</style>