Html Css Color HEX #2AFAA4 Medium Spring Green
📋 copy color: '#2AFAA4'red 42 ◦ green 250 ◦ blue 164
Shades of Medium Spring Green #2AFAA4
Tints of Medium Spring Green #2AFAA4
RGB
CMYK
RGB Variations
Color information
#2AFAA4 (or 0x2AFAA4) is known color: Medium Spring Green. HEX triplet: 2A, FA and A4. RGB value is (42,250,164). Sum of RGB (Red+Green+Blue) = 42+250+164=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFAA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFAA4 is #D5055B. Grayscale: #B2B2B2. Windows color (decimal): -13960540 or 10811946. OLE color: 10811946.
HSL color Cylindrical-coordinate representation of color #2AFAA4: hue angle of 155.19º 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 #2AFAA4 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 164 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.02 |
| HSL | 155.19º | 0.95% | 0.57% | - |
| HSV(B) | 155.19º | 0.83% | 0.98% | - |
| XYZ | 41.84 | 71.54 | 46.73 | - |
| YUV | 178 | 120.09 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 164 | 0.83 | 0 | 0.34 | 0.02 | 155.19 | 0.95 | 0.57 |
| Hex | 2A | FA | A4 | 53 | 0 | 22 | 2 | 9B | 5F | 39 |
| Octal | 52 | 372 | 244 | 123 | 0 | 42 | 2 | 233 | 137 | 71 |
| Binary | 101010 | 11111010 | 10100100 | 1010011 | 0 | 100010 | 10 | 10011011 | 1011111 | 111001 |
Color Harmonies of #2AFAA4
Complementary color
Monochromatic Colors of #2AFAA4
Black with #2AFAA4
Text Example
Text Example
White with #2AFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFAA4; }
p { color: rgb(42,250,164); }
H1.HeaderClassName
{
color: #2AFAA4;
}
.AnyTagClassName
{
color: #2AFAA4;
}
</style>
background-color css
<style>
a { background-color: #2AFAA4; }
a { background-color: rgb(42,250,164); }
div.DivClassName
{
background-color: #2AFAA4;
}
.BgClassName
{
background-color: #2AFAA4;
}
</style>
border-color css
<style>
span { border-color: #2AFAA4; }
span { border-color: rgb(42,250,164); }
td.TdClassName
{
border-color: #2AFAA4;
}
.TagClassName
{
border-color: #2AFAA4;
}
</style>