Html Css Color HEX #2AFFA8 Medium Spring Green
📋 copy color: '#2AFFA8'red 42 ◦ green 255 ◦ blue 168
Shades of Medium Spring Green #2AFFA8
Tints of Medium Spring Green #2AFFA8
RGB
CMYK
RGB Variations
Color information
#2AFFA8 (or 0x2AFFA8) is known color: Medium Spring Green. HEX triplet: 2A, FF and A8. RGB value is (42,255,168). Sum of RGB (Red+Green+Blue) = 42+255+168=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFFA8 is #D50057. Grayscale: #B5B5B5. Windows color (decimal): -13959256 or 11075370. OLE color: 11075370.
HSL color Cylindrical-coordinate representation of color #2AFFA8: hue angle of 155.49º 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 #2AFFA8 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 168 | - |
| CMYK | 0.84 | 0 | 0.34 | 0 |
| HSL | 155.49º | 1% | 0.58% | - |
| HSV(B) | 155.49º | 0.84% | 1% | - |
| XYZ | 43.78 | 74.84 | 49.18 | - |
| YUV | 181.4 | 120.43 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 168 | 0.84 | 0 | 0.34 | 0 | 155.49 | 1 | 0.58 |
| Hex | 2A | FF | A8 | 54 | 0 | 22 | 0 | 9B | 64 | 3A |
| Octal | 52 | 377 | 250 | 124 | 0 | 42 | 0 | 233 | 144 | 72 |
| Binary | 101010 | 11111111 | 10101000 | 1010100 | 0 | 100010 | 0 | 10011011 | 1100100 | 111010 |
Color Harmonies of #2AFFA8
Complementary color
Monochromatic Colors of #2AFFA8
Black with #2AFFA8
Text Example
Text Example
White with #2AFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFA8; }
p { color: rgb(42,255,168); }
H1.HeaderClassName
{
color: #2AFFA8;
}
.AnyTagClassName
{
color: #2AFFA8;
}
</style>
background-color css
<style>
a { background-color: #2AFFA8; }
a { background-color: rgb(42,255,168); }
div.DivClassName
{
background-color: #2AFFA8;
}
.BgClassName
{
background-color: #2AFFA8;
}
</style>
border-color css
<style>
span { border-color: #2AFFA8; }
span { border-color: rgb(42,255,168); }
td.TdClassName
{
border-color: #2AFFA8;
}
.TagClassName
{
border-color: #2AFFA8;
}
</style>