Html Css Color HEX #2AFEA7 Medium Spring Green
📋 copy color: '#2AFEA7'red 42 ◦ green 254 ◦ blue 167
Shades of Medium Spring Green #2AFEA7
Tints of Medium Spring Green #2AFEA7
RGB
CMYK
RGB Variations
Color information
#2AFEA7 (or 0x2AFEA7) is known color: Medium Spring Green. HEX triplet: 2A, FE and A7. RGB value is (42,254,167). Sum of RGB (Red+Green+Blue) = 42+254+167=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEA7 is #D50158. Grayscale: #B4B4B4. Windows color (decimal): -13959513 or 11009578. OLE color: 11009578.
HSL color Cylindrical-coordinate representation of color #2AFEA7: hue angle of 155.38º 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 #2AFEA7 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 167 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.00 |
| HSL | 155.38º | 0.99% | 0.58% | - |
| HSV(B) | 155.38º | 0.83% | 1% | - |
| XYZ | 43.37 | 74.17 | 48.59 | - |
| YUV | 180.69 | 120.26 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 167 | 0.83 | 0 | 0.34 | 0.00 | 155.38 | 0.99 | 0.58 |
| Hex | 2A | FE | A7 | 53 | 0 | 22 | 0 | 9B | 63 | 3A |
| Octal | 52 | 376 | 247 | 123 | 0 | 42 | 0 | 233 | 143 | 72 |
| Binary | 101010 | 11111110 | 10100111 | 1010011 | 0 | 100010 | 0 | 10011011 | 1100011 | 111010 |
Color Harmonies of #2AFEA7
Complementary color
Monochromatic Colors of #2AFEA7
Black with #2AFEA7
Text Example
Text Example
White with #2AFEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEA7; }
p { color: rgb(42,254,167); }
H1.HeaderClassName
{
color: #2AFEA7;
}
.AnyTagClassName
{
color: #2AFEA7;
}
</style>
background-color css
<style>
a { background-color: #2AFEA7; }
a { background-color: rgb(42,254,167); }
div.DivClassName
{
background-color: #2AFEA7;
}
.BgClassName
{
background-color: #2AFEA7;
}
</style>
border-color css
<style>
span { border-color: #2AFEA7; }
span { border-color: rgb(42,254,167); }
td.TdClassName
{
border-color: #2AFEA7;
}
.TagClassName
{
border-color: #2AFEA7;
}
</style>