Html Css Color HEX #2AFFAD Medium Spring Green
📋 copy color: '#2AFFAD'red 42 ◦ green 255 ◦ blue 173
Shades of Medium Spring Green #2AFFAD
Tints of Medium Spring Green #2AFFAD
RGB
CMYK
RGB Variations
Color information
#2AFFAD (or 0x2AFFAD) is known color: Medium Spring Green. HEX triplet: 2A, FF and AD. RGB value is (42,255,173). Sum of RGB (Red+Green+Blue) = 42+255+173=470 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.94% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFAD is #D50052. Grayscale: #B6B6B6. Windows color (decimal): -13959251 or 11403050. OLE color: 11403050.
HSL color Cylindrical-coordinate representation of color #2AFFAD: hue angle of 156.9º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFAD is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 173 | - |
| CMYK | 0.84 | 0 | 0.32 | 0 |
| HSL | 156.9º | 1% | 0.58% | - |
| HSV(B) | 156.9º | 0.84% | 1% | - |
| XYZ | 44.26 | 75.03 | 51.68 | - |
| YUV | 181.97 | 122.93 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 173 | 0.84 | 0 | 0.32 | 0 | 156.9 | 1 | 0.58 |
| Hex | 2A | FF | AD | 54 | 0 | 20 | 0 | 9D | 64 | 3A |
| Octal | 52 | 377 | 255 | 124 | 0 | 40 | 0 | 235 | 144 | 72 |
| Binary | 101010 | 11111111 | 10101101 | 1010100 | 0 | 100000 | 0 | 10011101 | 1100100 | 111010 |
Color Harmonies of #2AFFAD
Complementary color
Monochromatic Colors of #2AFFAD
Black with #2AFFAD
Text Example
Text Example
White with #2AFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFAD; }
p { color: rgb(42,255,173); }
H1.HeaderClassName
{
color: #2AFFAD;
}
.AnyTagClassName
{
color: #2AFFAD;
}
</style>
background-color css
<style>
a { background-color: #2AFFAD; }
a { background-color: rgb(42,255,173); }
div.DivClassName
{
background-color: #2AFFAD;
}
.BgClassName
{
background-color: #2AFFAD;
}
</style>
border-color css
<style>
span { border-color: #2AFFAD; }
span { border-color: rgb(42,255,173); }
td.TdClassName
{
border-color: #2AFFAD;
}
.TagClassName
{
border-color: #2AFFAD;
}
</style>