Html Css Color HEX #2AFF9C Medium Spring Green
📋 copy color: '#2AFF9C'red 42 ◦ green 255 ◦ blue 156
Shades of Medium Spring Green #2AFF9C
Tints of Medium Spring Green #2AFF9C
RGB
CMYK
RGB Variations
Color information
#2AFF9C (or 0x2AFF9C) is known color: Medium Spring Green. HEX triplet: 2A, FF and 9C. RGB value is (42,255,156). Sum of RGB (Red+Green+Blue) = 42+255+156=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF9C is #D50063. Grayscale: #B4B4B4. Windows color (decimal): -13959268 or 10288938. OLE color: 10288938.
HSL color Cylindrical-coordinate representation of color #2AFF9C: hue angle of 152.11º 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 #2AFF9C is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 156 | - |
| CMYK | 0.84 | 0 | 0.39 | 0 |
| HSL | 152.11º | 1% | 0.58% | - |
| HSV(B) | 152.11º | 0.84% | 1% | - |
| XYZ | 42.72 | 74.41 | 43.56 | - |
| YUV | 180.03 | 114.43 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 156 | 0.84 | 0 | 0.39 | 0 | 152.11 | 1 | 0.58 |
| Hex | 2A | FF | 9C | 54 | 0 | 27 | 0 | 98 | 64 | 3A |
| Octal | 52 | 377 | 234 | 124 | 0 | 47 | 0 | 230 | 144 | 72 |
| Binary | 101010 | 11111111 | 10011100 | 1010100 | 0 | 100111 | 0 | 10011000 | 1100100 | 111010 |
Color Harmonies of #2AFF9C
Complementary color
Monochromatic Colors of #2AFF9C
Black with #2AFF9C
Text Example
Text Example
White with #2AFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF9C; }
p { color: rgb(42,255,156); }
H1.HeaderClassName
{
color: #2AFF9C;
}
.AnyTagClassName
{
color: #2AFF9C;
}
</style>
background-color css
<style>
a { background-color: #2AFF9C; }
a { background-color: rgb(42,255,156); }
div.DivClassName
{
background-color: #2AFF9C;
}
.BgClassName
{
background-color: #2AFF9C;
}
</style>
border-color css
<style>
span { border-color: #2AFF9C; }
span { border-color: rgb(42,255,156); }
td.TdClassName
{
border-color: #2AFF9C;
}
.TagClassName
{
border-color: #2AFF9C;
}
</style>