Html Css Color HEX #2AF99C Medium Spring Green
📋 copy color: '#2AF99C'red 42 ◦ green 249 ◦ blue 156
Shades of Medium Spring Green #2AF99C
Tints of Medium Spring Green #2AF99C
RGB
CMYK
RGB Variations
Color information
#2AF99C (or 0x2AF99C) is known color: Medium Spring Green. HEX triplet: 2A, F9 and 9C. RGB value is (42,249,156). Sum of RGB (Red+Green+Blue) = 42+249+156=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF99C is #D50663. Grayscale: #B0B0B0. Windows color (decimal): -13960804 or 10287402. OLE color: 10287402.
HSL color Cylindrical-coordinate representation of color #2AF99C: hue angle of 153.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF99C is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 156 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.02 |
| HSL | 153.04º | 0.95% | 0.57% | - |
| HSV(B) | 153.04º | 0.83% | 0.98% | - |
| XYZ | 40.83 | 70.64 | 42.94 | - |
| YUV | 176.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 156 | 0.83 | 0 | 0.37 | 0.02 | 153.04 | 0.95 | 0.57 |
| Hex | 2A | F9 | 9C | 53 | 0 | 25 | 2 | 99 | 5F | 39 |
| Octal | 52 | 371 | 234 | 123 | 0 | 45 | 2 | 231 | 137 | 71 |
| Binary | 101010 | 11111001 | 10011100 | 1010011 | 0 | 100101 | 10 | 10011001 | 1011111 | 111001 |
Color Harmonies of #2AF99C
Complementary color
Monochromatic Colors of #2AF99C
Black with #2AF99C
Text Example
Text Example
White with #2AF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF99C; }
p { color: rgb(42,249,156); }
H1.HeaderClassName
{
color: #2AF99C;
}
.AnyTagClassName
{
color: #2AF99C;
}
</style>
background-color css
<style>
a { background-color: #2AF99C; }
a { background-color: rgb(42,249,156); }
div.DivClassName
{
background-color: #2AF99C;
}
.BgClassName
{
background-color: #2AF99C;
}
</style>
border-color css
<style>
span { border-color: #2AF99C; }
span { border-color: rgb(42,249,156); }
td.TdClassName
{
border-color: #2AF99C;
}
.TagClassName
{
border-color: #2AF99C;
}
</style>