Html Css Color HEX #2AFEAC Medium Spring Green
📋 copy color: '#2AFEAC'red 42 ◦ green 254 ◦ blue 172
Shades of Medium Spring Green #2AFEAC
Tints of Medium Spring Green #2AFEAC
RGB
CMYK
RGB Variations
Color information
#2AFEAC (or 0x2AFEAC) is known color: Medium Spring Green. HEX triplet: 2A, FE and AC. RGB value is (42,254,172). Sum of RGB (Red+Green+Blue) = 42+254+172=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEAC is #D50153. Grayscale: #B5B5B5. Windows color (decimal): -13959508 or 11337258. OLE color: 11337258.
HSL color Cylindrical-coordinate representation of color #2AFEAC: hue angle of 156.79º 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 #2AFEAC is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 172 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.00 |
| HSL | 156.79º | 0.99% | 0.58% | - |
| HSV(B) | 156.79º | 0.83% | 1% | - |
| XYZ | 43.84 | 74.35 | 51.07 | - |
| YUV | 181.26 | 122.76 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 172 | 0.83 | 0 | 0.32 | 0.00 | 156.79 | 0.99 | 0.58 |
| Hex | 2A | FE | AC | 53 | 0 | 20 | 0 | 9D | 63 | 3A |
| Octal | 52 | 376 | 254 | 123 | 0 | 40 | 0 | 235 | 143 | 72 |
| Binary | 101010 | 11111110 | 10101100 | 1010011 | 0 | 100000 | 0 | 10011101 | 1100011 | 111010 |
Color Harmonies of #2AFEAC
Complementary color
Monochromatic Colors of #2AFEAC
Black with #2AFEAC
Text Example
Text Example
White with #2AFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEAC; }
p { color: rgb(42,254,172); }
H1.HeaderClassName
{
color: #2AFEAC;
}
.AnyTagClassName
{
color: #2AFEAC;
}
</style>
background-color css
<style>
a { background-color: #2AFEAC; }
a { background-color: rgb(42,254,172); }
div.DivClassName
{
background-color: #2AFEAC;
}
.BgClassName
{
background-color: #2AFEAC;
}
</style>
border-color css
<style>
span { border-color: #2AFEAC; }
span { border-color: rgb(42,254,172); }
td.TdClassName
{
border-color: #2AFEAC;
}
.TagClassName
{
border-color: #2AFEAC;
}
</style>