Html Css Color HEX #2AF69F Medium Spring Green
📋 copy color: '#2AF69F'red 42 ◦ green 246 ◦ blue 159
Shades of Medium Spring Green #2AF69F
Tints of Medium Spring Green #2AF69F
RGB
CMYK
RGB Variations
Color information
#2AF69F (or 0x2AF69F) is known color: Medium Spring Green. HEX triplet: 2A, F6 and 9F. RGB value is (42,246,159). Sum of RGB (Red+Green+Blue) = 42+246+159=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 246 (96.48% from 255 or 55.03% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF69F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF69F is #D50960. Grayscale: #AFAFAF. Windows color (decimal): -13961569 or 10483242. OLE color: 10483242.
HSL color Cylindrical-coordinate representation of color #2AF69F: hue angle of 154.41º 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 #2AF69F is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 159 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.04 |
| HSL | 154.41º | 0.92% | 0.56% | - |
| HSV(B) | 154.41º | 0.83% | 0.96% | - |
| XYZ | 40.17 | 68.91 | 43.98 | - |
| YUV | 175.09 | 118.91 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 159 | 0.83 | 0 | 0.35 | 0.04 | 154.41 | 0.92 | 0.56 |
| Hex | 2A | F6 | 9F | 53 | 0 | 23 | 4 | 9A | 5C | 38 |
| Octal | 52 | 366 | 237 | 123 | 0 | 43 | 4 | 232 | 134 | 70 |
| Binary | 101010 | 11110110 | 10011111 | 1010011 | 0 | 100011 | 100 | 10011010 | 1011100 | 111000 |
Color Harmonies of #2AF69F
Complementary color
Monochromatic Colors of #2AF69F
Black with #2AF69F
Text Example
Text Example
White with #2AF69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF69F; }
p { color: rgb(42,246,159); }
H1.HeaderClassName
{
color: #2AF69F;
}
.AnyTagClassName
{
color: #2AF69F;
}
</style>
background-color css
<style>
a { background-color: #2AF69F; }
a { background-color: rgb(42,246,159); }
div.DivClassName
{
background-color: #2AF69F;
}
.BgClassName
{
background-color: #2AF69F;
}
</style>
border-color css
<style>
span { border-color: #2AF69F; }
span { border-color: rgb(42,246,159); }
td.TdClassName
{
border-color: #2AF69F;
}
.TagClassName
{
border-color: #2AF69F;
}
</style>