Html Css Color HEX #2AF5A9 Medium Spring Green
📋 copy color: '#2AF5A9'red 42 ◦ green 245 ◦ blue 169
Shades of Medium Spring Green #2AF5A9
Tints of Medium Spring Green #2AF5A9
RGB
CMYK
RGB Variations
Color information
#2AF5A9 (or 0x2AF5A9) is known color: Medium Spring Green. HEX triplet: 2A, F5 and A9. RGB value is (42,245,169). Sum of RGB (Red+Green+Blue) = 42+245+169=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF5A9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF5A9 is #D50A56. Grayscale: #AFAFAF. Windows color (decimal): -13961815 or 11138346. OLE color: 11138346.
HSL color Cylindrical-coordinate representation of color #2AF5A9: hue angle of 157.54º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF5A9 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 169 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.04 |
| HSL | 157.54º | 0.91% | 0.56% | - |
| HSV(B) | 157.54º | 0.83% | 0.96% | - |
| XYZ | 40.77 | 68.66 | 48.64 | - |
| YUV | 175.64 | 124.25 | 32.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 169 | 0.83 | 0 | 0.31 | 0.04 | 157.54 | 0.91 | 0.56 |
| Hex | 2A | F5 | A9 | 53 | 0 | 1F | 4 | 9E | 5B | 38 |
| Octal | 52 | 365 | 251 | 123 | 0 | 37 | 4 | 236 | 133 | 70 |
| Binary | 101010 | 11110101 | 10101001 | 1010011 | 0 | 11111 | 100 | 10011110 | 1011011 | 111000 |
Color Harmonies of #2AF5A9
Complementary color
Monochromatic Colors of #2AF5A9
Black with #2AF5A9
Text Example
Text Example
White with #2AF5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF5A9; }
p { color: rgb(42,245,169); }
H1.HeaderClassName
{
color: #2AF5A9;
}
.AnyTagClassName
{
color: #2AF5A9;
}
</style>
background-color css
<style>
a { background-color: #2AF5A9; }
a { background-color: rgb(42,245,169); }
div.DivClassName
{
background-color: #2AF5A9;
}
.BgClassName
{
background-color: #2AF5A9;
}
</style>
border-color css
<style>
span { border-color: #2AF5A9; }
span { border-color: rgb(42,245,169); }
td.TdClassName
{
border-color: #2AF5A9;
}
.TagClassName
{
border-color: #2AF5A9;
}
</style>