Html Css Color HEX #2AFE96 Medium Spring Green
📋 copy color: '#2AFE96'red 42 ◦ green 254 ◦ blue 150
Shades of Medium Spring Green #2AFE96
Tints of Medium Spring Green #2AFE96
RGB
CMYK
RGB Variations
Color information
#2AFE96 (or 0x2AFE96) is known color: Medium Spring Green. HEX triplet: 2A, FE and 96. RGB value is (42,254,150). Sum of RGB (Red+Green+Blue) = 42+254+150=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFE96 is #D50169. Grayscale: #B2B2B2. Windows color (decimal): -13959530 or 9895466. OLE color: 9895466.
HSL color Cylindrical-coordinate representation of color #2AFE96: hue angle of 150.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE96 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 150 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.00 |
| HSL | 150.57º | 0.99% | 0.58% | - |
| HSV(B) | 150.57º | 0.83% | 1% | - |
| XYZ | 41.9 | 73.58 | 40.85 | - |
| YUV | 178.76 | 111.76 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 150 | 0.83 | 0 | 0.41 | 0.00 | 150.57 | 0.99 | 0.58 |
| Hex | 2A | FE | 96 | 53 | 0 | 29 | 0 | 97 | 63 | 3A |
| Octal | 52 | 376 | 226 | 123 | 0 | 51 | 0 | 227 | 143 | 72 |
| Binary | 101010 | 11111110 | 10010110 | 1010011 | 0 | 101001 | 0 | 10010111 | 1100011 | 111010 |
Color Harmonies of #2AFE96
Complementary color
Monochromatic Colors of #2AFE96
Black with #2AFE96
Text Example
Text Example
White with #2AFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE96; }
p { color: rgb(42,254,150); }
H1.HeaderClassName
{
color: #2AFE96;
}
.AnyTagClassName
{
color: #2AFE96;
}
</style>
background-color css
<style>
a { background-color: #2AFE96; }
a { background-color: rgb(42,254,150); }
div.DivClassName
{
background-color: #2AFE96;
}
.BgClassName
{
background-color: #2AFE96;
}
</style>
border-color css
<style>
span { border-color: #2AFE96; }
span { border-color: rgb(42,254,150); }
td.TdClassName
{
border-color: #2AFE96;
}
.TagClassName
{
border-color: #2AFE96;
}
</style>