Html Css Color HEX #2AFFAC Medium Spring Green
📋 copy color: '#2AFFAC'red 42 ◦ green 255 ◦ blue 172
Shades of Medium Spring Green #2AFFAC
Tints of Medium Spring Green #2AFFAC
RGB
CMYK
RGB Variations
Color information
#2AFFAC (or 0x2AFFAC) is known color: Medium Spring Green. HEX triplet: 2A, FF and AC. RGB value is (42,255,172). Sum of RGB (Red+Green+Blue) = 42+255+172=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFAC is #D50053. Grayscale: #B5B5B5. Windows color (decimal): -13959252 or 11337514. OLE color: 11337514.
HSL color Cylindrical-coordinate representation of color #2AFFAC: hue angle of 156.62º 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 #2AFFAC is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 172 | - |
| CMYK | 0.84 | 0 | 0.33 | 0 |
| HSL | 156.62º | 1% | 0.58% | - |
| HSV(B) | 156.62º | 0.84% | 1% | - |
| XYZ | 44.16 | 74.99 | 51.18 | - |
| YUV | 181.85 | 122.43 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 172 | 0.84 | 0 | 0.33 | 0 | 156.62 | 1 | 0.58 |
| Hex | 2A | FF | AC | 54 | 0 | 21 | 0 | 9D | 64 | 3A |
| Octal | 52 | 377 | 254 | 124 | 0 | 41 | 0 | 235 | 144 | 72 |
| Binary | 101010 | 11111111 | 10101100 | 1010100 | 0 | 100001 | 0 | 10011101 | 1100100 | 111010 |
Color Harmonies of #2AFFAC
Complementary color
Monochromatic Colors of #2AFFAC
Black with #2AFFAC
Text Example
Text Example
White with #2AFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFAC; }
p { color: rgb(42,255,172); }
H1.HeaderClassName
{
color: #2AFFAC;
}
.AnyTagClassName
{
color: #2AFFAC;
}
</style>
background-color css
<style>
a { background-color: #2AFFAC; }
a { background-color: rgb(42,255,172); }
div.DivClassName
{
background-color: #2AFFAC;
}
.BgClassName
{
background-color: #2AFFAC;
}
</style>
border-color css
<style>
span { border-color: #2AFFAC; }
span { border-color: rgb(42,255,172); }
td.TdClassName
{
border-color: #2AFFAC;
}
.TagClassName
{
border-color: #2AFFAC;
}
</style>