Html Css Color HEX #2AFAA2 Medium Spring Green
📋 copy color: '#2AFAA2'red 42 ◦ green 250 ◦ blue 162
Shades of Medium Spring Green #2AFAA2
Tints of Medium Spring Green #2AFAA2
RGB
CMYK
RGB Variations
Color information
#2AFAA2 (or 0x2AFAA2) is known color: Medium Spring Green. HEX triplet: 2A, FA and A2. RGB value is (42,250,162). Sum of RGB (Red+Green+Blue) = 42+250+162=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFAA2 is #D5055D. Grayscale: #B1B1B1. Windows color (decimal): -13960542 or 10680874. OLE color: 10680874.
HSL color Cylindrical-coordinate representation of color #2AFAA2: hue angle of 154.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFAA2 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 162 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.02 |
| HSL | 154.62º | 0.95% | 0.57% | - |
| HSV(B) | 154.62º | 0.83% | 0.98% | - |
| XYZ | 41.66 | 71.47 | 45.78 | - |
| YUV | 177.78 | 119.09 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 162 | 0.83 | 0 | 0.35 | 0.02 | 154.62 | 0.95 | 0.57 |
| Hex | 2A | FA | A2 | 53 | 0 | 23 | 2 | 9B | 5F | 39 |
| Octal | 52 | 372 | 242 | 123 | 0 | 43 | 2 | 233 | 137 | 71 |
| Binary | 101010 | 11111010 | 10100010 | 1010011 | 0 | 100011 | 10 | 10011011 | 1011111 | 111001 |
Color Harmonies of #2AFAA2
Complementary color
Monochromatic Colors of #2AFAA2
Black with #2AFAA2
Text Example
Text Example
White with #2AFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAA2; }
p { color: rgb(42,250,162); }
H1.HeaderClassName
{
color: #2AFAA2;
}
.AnyTagClassName
{
color: #2AFAA2;
}
</style>
background-color css
<style>
a { background-color: #2AFAA2; }
a { background-color: rgb(42,250,162); }
div.DivClassName
{
background-color: #2AFAA2;
}
.BgClassName
{
background-color: #2AFAA2;
}
</style>
border-color css
<style>
span { border-color: #2AFAA2; }
span { border-color: rgb(42,250,162); }
td.TdClassName
{
border-color: #2AFAA2;
}
.TagClassName
{
border-color: #2AFAA2;
}
</style>