Html Css Color HEX #2AF893 Medium Spring Green
📋 copy color: '#2AF893'red 42 ◦ green 248 ◦ blue 147
Shades of Medium Spring Green #2AF893
Tints of Medium Spring Green #2AF893
RGB
CMYK
RGB Variations
Color information
#2AF893 (or 0x2AF893) is known color: Medium Spring Green. HEX triplet: 2A, F8 and 93. RGB value is (42,248,147). Sum of RGB (Red+Green+Blue) = 42+248+147=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF893 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF893 is #D5076C. Grayscale: #AFAFAF. Windows color (decimal): -13961069 or 9697322. OLE color: 9697322.
HSL color Cylindrical-coordinate representation of color #2AF893: hue angle of 150.58º 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 #2AF893 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 147 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.03 |
| HSL | 150.58º | 0.94% | 0.57% | - |
| HSV(B) | 150.58º | 0.83% | 0.97% | - |
| XYZ | 39.79 | 69.73 | 38.97 | - |
| YUV | 174.89 | 112.25 | 33.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 147 | 0.83 | 0 | 0.41 | 0.03 | 150.58 | 0.94 | 0.57 |
| Hex | 2A | F8 | 93 | 53 | 0 | 29 | 3 | 97 | 5E | 39 |
| Octal | 52 | 370 | 223 | 123 | 0 | 51 | 3 | 227 | 136 | 71 |
| Binary | 101010 | 11111000 | 10010011 | 1010011 | 0 | 101001 | 11 | 10010111 | 1011110 | 111001 |
Color Harmonies of #2AF893
Complementary color
Monochromatic Colors of #2AF893
Black with #2AF893
Text Example
Text Example
White with #2AF893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF893; }
p { color: rgb(42,248,147); }
H1.HeaderClassName
{
color: #2AF893;
}
.AnyTagClassName
{
color: #2AF893;
}
</style>
background-color css
<style>
a { background-color: #2AF893; }
a { background-color: rgb(42,248,147); }
div.DivClassName
{
background-color: #2AF893;
}
.BgClassName
{
background-color: #2AF893;
}
</style>
border-color css
<style>
span { border-color: #2AF893; }
span { border-color: rgb(42,248,147); }
td.TdClassName
{
border-color: #2AF893;
}
.TagClassName
{
border-color: #2AF893;
}
</style>