Html Css Color HEX #2AF891 Medium Spring Green
📋 copy color: '#2AF891'red 42 ◦ green 248 ◦ blue 145
Shades of Medium Spring Green #2AF891
Tints of Medium Spring Green #2AF891
RGB
CMYK
RGB Variations
Color information
#2AF891 (or 0x2AF891) is known color: Medium Spring Green. HEX triplet: 2A, F8 and 91. RGB value is (42,248,145). Sum of RGB (Red+Green+Blue) = 42+248+145=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF891 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF891 is #D5076E. Grayscale: #AEAEAE. Windows color (decimal): -13961071 or 9566250. OLE color: 9566250.
HSL color Cylindrical-coordinate representation of color #2AF891: hue angle of 150º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF891 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 145 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.03 |
| HSL | 150º | 0.94% | 0.57% | - |
| HSV(B) | 150º | 0.83% | 0.97% | - |
| XYZ | 39.63 | 69.67 | 38.15 | - |
| YUV | 174.66 | 111.25 | 33.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 145 | 0.83 | 0 | 0.42 | 0.03 | 150 | 0.94 | 0.57 |
| Hex | 2A | F8 | 91 | 53 | 0 | 2A | 3 | 96 | 5E | 39 |
| Octal | 52 | 370 | 221 | 123 | 0 | 52 | 3 | 226 | 136 | 71 |
| Binary | 101010 | 11111000 | 10010001 | 1010011 | 0 | 101010 | 11 | 10010110 | 1011110 | 111001 |
Color Harmonies of #2AF891
Complementary color
Monochromatic Colors of #2AF891
Black with #2AF891
Text Example
Text Example
White with #2AF891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF891; }
p { color: rgb(42,248,145); }
H1.HeaderClassName
{
color: #2AF891;
}
.AnyTagClassName
{
color: #2AF891;
}
</style>
background-color css
<style>
a { background-color: #2AF891; }
a { background-color: rgb(42,248,145); }
div.DivClassName
{
background-color: #2AF891;
}
.BgClassName
{
background-color: #2AF891;
}
</style>
border-color css
<style>
span { border-color: #2AF891; }
span { border-color: rgb(42,248,145); }
td.TdClassName
{
border-color: #2AF891;
}
.TagClassName
{
border-color: #2AF891;
}
</style>