Html Css Color HEX #2AFDA5 Medium Spring Green
📋 copy color: '#2AFDA5'red 42 ◦ green 253 ◦ blue 165
Shades of Medium Spring Green #2AFDA5
Tints of Medium Spring Green #2AFDA5
RGB
CMYK
RGB Variations
Color information
#2AFDA5 (or 0x2AFDA5) is known color: Medium Spring Green. HEX triplet: 2A, FD and A5. RGB value is (42,253,165). Sum of RGB (Red+Green+Blue) = 42+253+165=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFDA5 is #D5025A. Grayscale: #B4B4B4. Windows color (decimal): -13959771 or 10878250. OLE color: 10878250.
HSL color Cylindrical-coordinate representation of color #2AFDA5: hue angle of 154.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFDA5 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 165 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.01 |
| HSL | 154.98º | 0.98% | 0.58% | - |
| HSV(B) | 154.98º | 0.83% | 0.99% | - |
| XYZ | 42.87 | 73.46 | 47.52 | - |
| YUV | 179.88 | 119.6 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 165 | 0.83 | 0 | 0.35 | 0.01 | 154.98 | 0.98 | 0.58 |
| Hex | 2A | FD | A5 | 53 | 0 | 23 | 1 | 9B | 62 | 3A |
| Octal | 52 | 375 | 245 | 123 | 0 | 43 | 1 | 233 | 142 | 72 |
| Binary | 101010 | 11111101 | 10100101 | 1010011 | 0 | 100011 | 1 | 10011011 | 1100010 | 111010 |
Color Harmonies of #2AFDA5
Complementary color
Monochromatic Colors of #2AFDA5
Black with #2AFDA5
Text Example
Text Example
White with #2AFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDA5; }
p { color: rgb(42,253,165); }
H1.HeaderClassName
{
color: #2AFDA5;
}
.AnyTagClassName
{
color: #2AFDA5;
}
</style>
background-color css
<style>
a { background-color: #2AFDA5; }
a { background-color: rgb(42,253,165); }
div.DivClassName
{
background-color: #2AFDA5;
}
.BgClassName
{
background-color: #2AFDA5;
}
</style>
border-color css
<style>
span { border-color: #2AFDA5; }
span { border-color: rgb(42,253,165); }
td.TdClassName
{
border-color: #2AFDA5;
}
.TagClassName
{
border-color: #2AFDA5;
}
</style>