Html Css Color HEX #2AF69E Medium Spring Green
📋 copy color: '#2AF69E'red 42 ◦ green 246 ◦ blue 158
Shades of Medium Spring Green #2AF69E
Tints of Medium Spring Green #2AF69E
RGB
CMYK
RGB Variations
Color information
#2AF69E (or 0x2AF69E) is known color: Medium Spring Green. HEX triplet: 2A, F6 and 9E. RGB value is (42,246,158). Sum of RGB (Red+Green+Blue) = 42+246+158=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 246 (96.48% from 255 or 55.16% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF69E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF69E is #D50961. Grayscale: #AFAFAF. Windows color (decimal): -13961570 or 10417706. OLE color: 10417706.
HSL color Cylindrical-coordinate representation of color #2AF69E: hue angle of 154.12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF69E is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 158 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.04 |
| HSL | 154.12º | 0.92% | 0.56% | - |
| HSV(B) | 154.12º | 0.83% | 0.96% | - |
| XYZ | 40.08 | 68.87 | 43.53 | - |
| YUV | 174.97 | 118.41 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 158 | 0.83 | 0 | 0.36 | 0.04 | 154.12 | 0.92 | 0.56 |
| Hex | 2A | F6 | 9E | 53 | 0 | 24 | 4 | 9A | 5C | 38 |
| Octal | 52 | 366 | 236 | 123 | 0 | 44 | 4 | 232 | 134 | 70 |
| Binary | 101010 | 11110110 | 10011110 | 1010011 | 0 | 100100 | 100 | 10011010 | 1011100 | 111000 |
Color Harmonies of #2AF69E
Complementary color
Monochromatic Colors of #2AF69E
Black with #2AF69E
Text Example
Text Example
White with #2AF69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF69E; }
p { color: rgb(42,246,158); }
H1.HeaderClassName
{
color: #2AF69E;
}
.AnyTagClassName
{
color: #2AF69E;
}
</style>
background-color css
<style>
a { background-color: #2AF69E; }
a { background-color: rgb(42,246,158); }
div.DivClassName
{
background-color: #2AF69E;
}
.BgClassName
{
background-color: #2AF69E;
}
</style>
border-color css
<style>
span { border-color: #2AF69E; }
span { border-color: rgb(42,246,158); }
td.TdClassName
{
border-color: #2AF69E;
}
.TagClassName
{
border-color: #2AF69E;
}
</style>