Html Css Color HEX #2AFEA6 Medium Spring Green
📋 copy color: '#2AFEA6'red 42 ◦ green 254 ◦ blue 166
Shades of Medium Spring Green #2AFEA6
Tints of Medium Spring Green #2AFEA6
RGB
CMYK
RGB Variations
Color information
#2AFEA6 (or 0x2AFEA6) is known color: Medium Spring Green. HEX triplet: 2A, FE and A6. RGB value is (42,254,166). Sum of RGB (Red+Green+Blue) = 42+254+166=462 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.09% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFEA6 is #D50159. Grayscale: #B4B4B4. Windows color (decimal): -13959514 or 10944042. OLE color: 10944042.
HSL color Cylindrical-coordinate representation of color #2AFEA6: hue angle of 155.09º 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 #2AFEA6 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 166 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.00 |
| HSL | 155.09º | 0.99% | 0.58% | - |
| HSV(B) | 155.09º | 0.83% | 1% | - |
| XYZ | 43.28 | 74.13 | 48.1 | - |
| YUV | 180.58 | 119.76 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 166 | 0.83 | 0 | 0.35 | 0.00 | 155.09 | 0.99 | 0.58 |
| Hex | 2A | FE | A6 | 53 | 0 | 23 | 0 | 9B | 63 | 3A |
| Octal | 52 | 376 | 246 | 123 | 0 | 43 | 0 | 233 | 143 | 72 |
| Binary | 101010 | 11111110 | 10100110 | 1010011 | 0 | 100011 | 0 | 10011011 | 1100011 | 111010 |
Color Harmonies of #2AFEA6
Complementary color
Monochromatic Colors of #2AFEA6
Black with #2AFEA6
Text Example
Text Example
White with #2AFEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEA6; }
p { color: rgb(42,254,166); }
H1.HeaderClassName
{
color: #2AFEA6;
}
.AnyTagClassName
{
color: #2AFEA6;
}
</style>
background-color css
<style>
a { background-color: #2AFEA6; }
a { background-color: rgb(42,254,166); }
div.DivClassName
{
background-color: #2AFEA6;
}
.BgClassName
{
background-color: #2AFEA6;
}
</style>
border-color css
<style>
span { border-color: #2AFEA6; }
span { border-color: rgb(42,254,166); }
td.TdClassName
{
border-color: #2AFEA6;
}
.TagClassName
{
border-color: #2AFEA6;
}
</style>