Html Css Color HEX #2AFFA2 Medium Spring Green
📋 copy color: '#2AFFA2'red 42 ◦ green 255 ◦ blue 162
Shades of Medium Spring Green #2AFFA2
Tints of Medium Spring Green #2AFFA2
RGB
CMYK
RGB Variations
Color information
#2AFFA2 (or 0x2AFFA2) is known color: Medium Spring Green. HEX triplet: 2A, FF and A2. RGB value is (42,255,162). Sum of RGB (Red+Green+Blue) = 42+255+162=459 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.15% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFA2 is #D5005D. Grayscale: #B4B4B4. Windows color (decimal): -13959262 or 10682154. OLE color: 10682154.
HSL color Cylindrical-coordinate representation of color #2AFFA2: hue angle of 153.8º 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 #2AFFA2 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 162 | - |
| CMYK | 0.84 | 0 | 0.36 | 0 |
| HSL | 153.8º | 1% | 0.58% | - |
| HSV(B) | 153.8º | 0.84% | 1% | - |
| XYZ | 43.24 | 74.62 | 46.31 | - |
| YUV | 180.71 | 117.43 | 29.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 162 | 0.84 | 0 | 0.36 | 0 | 153.8 | 1 | 0.58 |
| Hex | 2A | FF | A2 | 54 | 0 | 24 | 0 | 9A | 64 | 3A |
| Octal | 52 | 377 | 242 | 124 | 0 | 44 | 0 | 232 | 144 | 72 |
| Binary | 101010 | 11111111 | 10100010 | 1010100 | 0 | 100100 | 0 | 10011010 | 1100100 | 111010 |
Color Harmonies of #2AFFA2
Complementary color
Monochromatic Colors of #2AFFA2
Black with #2AFFA2
Text Example
Text Example
White with #2AFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFA2; }
p { color: rgb(42,255,162); }
H1.HeaderClassName
{
color: #2AFFA2;
}
.AnyTagClassName
{
color: #2AFFA2;
}
</style>
background-color css
<style>
a { background-color: #2AFFA2; }
a { background-color: rgb(42,255,162); }
div.DivClassName
{
background-color: #2AFFA2;
}
.BgClassName
{
background-color: #2AFFA2;
}
</style>
border-color css
<style>
span { border-color: #2AFFA2; }
span { border-color: rgb(42,255,162); }
td.TdClassName
{
border-color: #2AFFA2;
}
.TagClassName
{
border-color: #2AFFA2;
}
</style>