Html Css Color HEX #2AFFAB Medium Spring Green
📋 copy color: '#2AFFAB'red 42 ◦ green 255 ◦ blue 171
Shades of Medium Spring Green #2AFFAB
Tints of Medium Spring Green #2AFFAB
RGB
CMYK
RGB Variations
Color information
#2AFFAB (or 0x2AFFAB) is known color: Medium Spring Green. HEX triplet: 2A, FF and AB. RGB value is (42,255,171). Sum of RGB (Red+Green+Blue) = 42+255+171=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFAB is #D50054. Grayscale: #B5B5B5. Windows color (decimal): -13959253 or 11271978. OLE color: 11271978.
HSL color Cylindrical-coordinate representation of color #2AFFAB: hue angle of 156.34º 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 #2AFFAB is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 171 | - |
| CMYK | 0.84 | 0 | 0.33 | 0 |
| HSL | 156.34º | 1% | 0.58% | - |
| HSV(B) | 156.34º | 0.84% | 1% | - |
| XYZ | 44.07 | 74.95 | 50.67 | - |
| YUV | 181.74 | 121.93 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 171 | 0.84 | 0 | 0.33 | 0 | 156.34 | 1 | 0.58 |
| Hex | 2A | FF | AB | 54 | 0 | 21 | 0 | 9C | 64 | 3A |
| Octal | 52 | 377 | 253 | 124 | 0 | 41 | 0 | 234 | 144 | 72 |
| Binary | 101010 | 11111111 | 10101011 | 1010100 | 0 | 100001 | 0 | 10011100 | 1100100 | 111010 |
Color Harmonies of #2AFFAB
Complementary color
Monochromatic Colors of #2AFFAB
Black with #2AFFAB
Text Example
Text Example
White with #2AFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFAB; }
p { color: rgb(42,255,171); }
H1.HeaderClassName
{
color: #2AFFAB;
}
.AnyTagClassName
{
color: #2AFFAB;
}
</style>
background-color css
<style>
a { background-color: #2AFFAB; }
a { background-color: rgb(42,255,171); }
div.DivClassName
{
background-color: #2AFFAB;
}
.BgClassName
{
background-color: #2AFFAB;
}
</style>
border-color css
<style>
span { border-color: #2AFFAB; }
span { border-color: rgb(42,255,171); }
td.TdClassName
{
border-color: #2AFFAB;
}
.TagClassName
{
border-color: #2AFFAB;
}
</style>