Html Css Color HEX #2AF9B2 Medium Spring Green
📋 copy color: '#2AF9B2'red 42 ◦ green 249 ◦ blue 178
Shades of Medium Spring Green #2AF9B2
Tints of Medium Spring Green #2AF9B2
RGB
CMYK
RGB Variations
Color information
#2AF9B2 (or 0x2AF9B2) is known color: Medium Spring Green. HEX triplet: 2A, F9 and B2. RGB value is (42,249,178). Sum of RGB (Red+Green+Blue) = 42+249+178=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF9B2 is #D5064D. Grayscale: #B3B3B3. Windows color (decimal): -13960782 or 11729194. OLE color: 11729194.
HSL color Cylindrical-coordinate representation of color #2AF9B2: hue angle of 159.42º 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 #2AF9B2 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 178 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.02 |
| HSL | 159.42º | 0.95% | 0.57% | - |
| HSV(B) | 159.42º | 0.83% | 0.98% | - |
| XYZ | 42.87 | 71.46 | 53.65 | - |
| YUV | 179.01 | 127.42 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 178 | 0.83 | 0 | 0.29 | 0.02 | 159.42 | 0.95 | 0.57 |
| Hex | 2A | F9 | B2 | 53 | 0 | 1D | 2 | 9F | 5F | 39 |
| Octal | 52 | 371 | 262 | 123 | 0 | 35 | 2 | 237 | 137 | 71 |
| Binary | 101010 | 11111001 | 10110010 | 1010011 | 0 | 11101 | 10 | 10011111 | 1011111 | 111001 |
Color Harmonies of #2AF9B2
Complementary color
Monochromatic Colors of #2AF9B2
Black with #2AF9B2
Text Example
Text Example
White with #2AF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF9B2; }
p { color: rgb(42,249,178); }
H1.HeaderClassName
{
color: #2AF9B2;
}
.AnyTagClassName
{
color: #2AF9B2;
}
</style>
background-color css
<style>
a { background-color: #2AF9B2; }
a { background-color: rgb(42,249,178); }
div.DivClassName
{
background-color: #2AF9B2;
}
.BgClassName
{
background-color: #2AF9B2;
}
</style>
border-color css
<style>
span { border-color: #2AF9B2; }
span { border-color: rgb(42,249,178); }
td.TdClassName
{
border-color: #2AF9B2;
}
.TagClassName
{
border-color: #2AF9B2;
}
</style>