Html Css Color HEX #2AF892 Medium Spring Green
📋 copy color: '#2AF892'red 42 ◦ green 248 ◦ blue 146
Shades of Medium Spring Green #2AF892
Tints of Medium Spring Green #2AF892
RGB
CMYK
RGB Variations
Color information
#2AF892 (or 0x2AF892) is known color: Medium Spring Green. HEX triplet: 2A, F8 and 92. RGB value is (42,248,146). Sum of RGB (Red+Green+Blue) = 42+248+146=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF892 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF892 is #D5076D. Grayscale: #AEAEAE. Windows color (decimal): -13961070 or 9631786. OLE color: 9631786.
HSL color Cylindrical-coordinate representation of color #2AF892: hue angle of 150.29º 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 #2AF892 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 146 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.03 |
| HSL | 150.29º | 0.94% | 0.57% | - |
| HSV(B) | 150.29º | 0.83% | 0.97% | - |
| XYZ | 39.71 | 69.7 | 38.56 | - |
| YUV | 174.78 | 111.75 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 146 | 0.83 | 0 | 0.41 | 0.03 | 150.29 | 0.94 | 0.57 |
| Hex | 2A | F8 | 92 | 53 | 0 | 29 | 3 | 96 | 5E | 39 |
| Octal | 52 | 370 | 222 | 123 | 0 | 51 | 3 | 226 | 136 | 71 |
| Binary | 101010 | 11111000 | 10010010 | 1010011 | 0 | 101001 | 11 | 10010110 | 1011110 | 111001 |
Color Harmonies of #2AF892
Complementary color
Monochromatic Colors of #2AF892
Black with #2AF892
Text Example
Text Example
White with #2AF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF892; }
p { color: rgb(42,248,146); }
H1.HeaderClassName
{
color: #2AF892;
}
.AnyTagClassName
{
color: #2AF892;
}
</style>
background-color css
<style>
a { background-color: #2AF892; }
a { background-color: rgb(42,248,146); }
div.DivClassName
{
background-color: #2AF892;
}
.BgClassName
{
background-color: #2AF892;
}
</style>
border-color css
<style>
span { border-color: #2AF892; }
span { border-color: rgb(42,248,146); }
td.TdClassName
{
border-color: #2AF892;
}
.TagClassName
{
border-color: #2AF892;
}
</style>