Html Css Color HEX #2AFEA4 Medium Spring Green
📋 copy color: '#2AFEA4'red 42 ◦ green 254 ◦ blue 164
Shades of Medium Spring Green #2AFEA4
Tints of Medium Spring Green #2AFEA4
RGB
CMYK
RGB Variations
Color information
#2AFEA4 (or 0x2AFEA4) is known color: Medium Spring Green. HEX triplet: 2A, FE and A4. RGB value is (42,254,164). Sum of RGB (Red+Green+Blue) = 42+254+164=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEA4 is #D5015B. Grayscale: #B4B4B4. Windows color (decimal): -13959516 or 10812970. OLE color: 10812970.
HSL color Cylindrical-coordinate representation of color #2AFEA4: hue angle of 154.53º 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 #2AFEA4 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 164 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.00 |
| HSL | 154.53º | 0.99% | 0.58% | - |
| HSV(B) | 154.53º | 0.83% | 1% | - |
| XYZ | 43.1 | 74.06 | 47.14 | - |
| YUV | 180.35 | 118.76 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 164 | 0.83 | 0 | 0.35 | 0.00 | 154.53 | 0.99 | 0.58 |
| Hex | 2A | FE | A4 | 53 | 0 | 23 | 0 | 9B | 63 | 3A |
| Octal | 52 | 376 | 244 | 123 | 0 | 43 | 0 | 233 | 143 | 72 |
| Binary | 101010 | 11111110 | 10100100 | 1010011 | 0 | 100011 | 0 | 10011011 | 1100011 | 111010 |
Color Harmonies of #2AFEA4
Complementary color
Monochromatic Colors of #2AFEA4
Black with #2AFEA4
Text Example
Text Example
White with #2AFEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEA4; }
p { color: rgb(42,254,164); }
H1.HeaderClassName
{
color: #2AFEA4;
}
.AnyTagClassName
{
color: #2AFEA4;
}
</style>
background-color css
<style>
a { background-color: #2AFEA4; }
a { background-color: rgb(42,254,164); }
div.DivClassName
{
background-color: #2AFEA4;
}
.BgClassName
{
background-color: #2AFEA4;
}
</style>
border-color css
<style>
span { border-color: #2AFEA4; }
span { border-color: rgb(42,254,164); }
td.TdClassName
{
border-color: #2AFEA4;
}
.TagClassName
{
border-color: #2AFEA4;
}
</style>