Html Css Color HEX #2AFE9E Medium Spring Green
📋 copy color: '#2AFE9E'red 42 ◦ green 254 ◦ blue 158
Shades of Medium Spring Green #2AFE9E
Tints of Medium Spring Green #2AFE9E
RGB
CMYK
RGB Variations
Color information
#2AFE9E (or 0x2AFE9E) is known color: Medium Spring Green. HEX triplet: 2A, FE and 9E. RGB value is (42,254,158). Sum of RGB (Red+Green+Blue) = 42+254+158=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFE9E is #D50161. Grayscale: #B3B3B3. Windows color (decimal): -13959522 or 10419754. OLE color: 10419754.
HSL color Cylindrical-coordinate representation of color #2AFE9E: hue angle of 152.83º 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 #2AFE9E is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 158 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.00 |
| HSL | 152.83º | 0.99% | 0.58% | - |
| HSV(B) | 152.83º | 0.83% | 1% | - |
| XYZ | 42.57 | 73.84 | 44.36 | - |
| YUV | 179.67 | 115.76 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 158 | 0.83 | 0 | 0.38 | 0.00 | 152.83 | 0.99 | 0.58 |
| Hex | 2A | FE | 9E | 53 | 0 | 26 | 0 | 99 | 63 | 3A |
| Octal | 52 | 376 | 236 | 123 | 0 | 46 | 0 | 231 | 143 | 72 |
| Binary | 101010 | 11111110 | 10011110 | 1010011 | 0 | 100110 | 0 | 10011001 | 1100011 | 111010 |
Color Harmonies of #2AFE9E
Complementary color
Monochromatic Colors of #2AFE9E
Black with #2AFE9E
Text Example
Text Example
White with #2AFE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE9E; }
p { color: rgb(42,254,158); }
H1.HeaderClassName
{
color: #2AFE9E;
}
.AnyTagClassName
{
color: #2AFE9E;
}
</style>
background-color css
<style>
a { background-color: #2AFE9E; }
a { background-color: rgb(42,254,158); }
div.DivClassName
{
background-color: #2AFE9E;
}
.BgClassName
{
background-color: #2AFE9E;
}
</style>
border-color css
<style>
span { border-color: #2AFE9E; }
span { border-color: rgb(42,254,158); }
td.TdClassName
{
border-color: #2AFE9E;
}
.TagClassName
{
border-color: #2AFE9E;
}
</style>