Html Css Color HEX #2AFF9D Medium Spring Green
📋 copy color: '#2AFF9D'red 42 ◦ green 255 ◦ blue 157
Shades of Medium Spring Green #2AFF9D
Tints of Medium Spring Green #2AFF9D
RGB
CMYK
RGB Variations
Color information
#2AFF9D (or 0x2AFF9D) is known color: Medium Spring Green. HEX triplet: 2A, FF and 9D. RGB value is (42,255,157). Sum of RGB (Red+Green+Blue) = 42+255+157=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF9D is #D50062. Grayscale: #B4B4B4. Windows color (decimal): -13959267 or 10354474. OLE color: 10354474.
HSL color Cylindrical-coordinate representation of color #2AFF9D: hue angle of 152.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF9D is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 157 | - |
| CMYK | 0.84 | 0 | 0.38 | 0 |
| HSL | 152.39º | 1% | 0.58% | - |
| HSV(B) | 152.39º | 0.84% | 1% | - |
| XYZ | 42.8 | 74.45 | 44.01 | - |
| YUV | 180.14 | 114.93 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 157 | 0.84 | 0 | 0.38 | 0 | 152.39 | 1 | 0.58 |
| Hex | 2A | FF | 9D | 54 | 0 | 26 | 0 | 98 | 64 | 3A |
| Octal | 52 | 377 | 235 | 124 | 0 | 46 | 0 | 230 | 144 | 72 |
| Binary | 101010 | 11111111 | 10011101 | 1010100 | 0 | 100110 | 0 | 10011000 | 1100100 | 111010 |
Color Harmonies of #2AFF9D
Complementary color
Monochromatic Colors of #2AFF9D
Black with #2AFF9D
Text Example
Text Example
White with #2AFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF9D; }
p { color: rgb(42,255,157); }
H1.HeaderClassName
{
color: #2AFF9D;
}
.AnyTagClassName
{
color: #2AFF9D;
}
</style>
background-color css
<style>
a { background-color: #2AFF9D; }
a { background-color: rgb(42,255,157); }
div.DivClassName
{
background-color: #2AFF9D;
}
.BgClassName
{
background-color: #2AFF9D;
}
</style>
border-color css
<style>
span { border-color: #2AFF9D; }
span { border-color: rgb(42,255,157); }
td.TdClassName
{
border-color: #2AFF9D;
}
.TagClassName
{
border-color: #2AFF9D;
}
</style>