Html Css Color HEX #2AFEAD Medium Spring Green
📋 copy color: '#2AFEAD'red 42 ◦ green 254 ◦ blue 173
Shades of Medium Spring Green #2AFEAD
Tints of Medium Spring Green #2AFEAD
RGB
CMYK
RGB Variations
Color information
#2AFEAD (or 0x2AFEAD) is known color: Medium Spring Green. HEX triplet: 2A, FE and AD. RGB value is (42,254,173). Sum of RGB (Red+Green+Blue) = 42+254+173=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEAD is #D50152. Grayscale: #B5B5B5. Windows color (decimal): -13959507 or 11402794. OLE color: 11402794.
HSL color Cylindrical-coordinate representation of color #2AFEAD: hue angle of 157.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFEAD is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 173 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.00 |
| HSL | 157.08º | 0.99% | 0.58% | - |
| HSV(B) | 157.08º | 0.83% | 1% | - |
| XYZ | 43.94 | 74.39 | 51.58 | - |
| YUV | 181.38 | 123.26 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 173 | 0.83 | 0 | 0.32 | 0.00 | 157.08 | 0.99 | 0.58 |
| Hex | 2A | FE | AD | 53 | 0 | 20 | 0 | 9D | 63 | 3A |
| Octal | 52 | 376 | 255 | 123 | 0 | 40 | 0 | 235 | 143 | 72 |
| Binary | 101010 | 11111110 | 10101101 | 1010011 | 0 | 100000 | 0 | 10011101 | 1100011 | 111010 |
Color Harmonies of #2AFEAD
Complementary color
Monochromatic Colors of #2AFEAD
Black with #2AFEAD
Text Example
Text Example
White with #2AFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEAD; }
p { color: rgb(42,254,173); }
H1.HeaderClassName
{
color: #2AFEAD;
}
.AnyTagClassName
{
color: #2AFEAD;
}
</style>
background-color css
<style>
a { background-color: #2AFEAD; }
a { background-color: rgb(42,254,173); }
div.DivClassName
{
background-color: #2AFEAD;
}
.BgClassName
{
background-color: #2AFEAD;
}
</style>
border-color css
<style>
span { border-color: #2AFEAD; }
span { border-color: rgb(42,254,173); }
td.TdClassName
{
border-color: #2AFEAD;
}
.TagClassName
{
border-color: #2AFEAD;
}
</style>