Shades of Spring Green #2AFA8C
Tints of Spring Green #2AFA8C
RGB
CMYK
RGB Variations
Color information
#2AFA8C (or 0x2AFA8C) is known color: Spring Green. HEX triplet: 2A, FA and 8C. RGB value is (42,250,140). Sum of RGB (Red+Green+Blue) = 42+250+140=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFA8C is #D50573. Grayscale: #AFAFAF. Windows color (decimal): -13960564 or 9239082. OLE color: 9239082.
HSL color Cylindrical-coordinate representation of color #2AFA8C: hue angle of 148.27º 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 #2AFA8C is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 140 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.02 |
| HSL | 148.27º | 0.95% | 0.57% | - |
| HSV(B) | 148.27º | 0.83% | 0.98% | - |
| XYZ | 39.87 | 70.76 | 36.37 | - |
| YUV | 175.27 | 108.09 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 140 | 0.83 | 0 | 0.44 | 0.02 | 148.27 | 0.95 | 0.57 |
| Hex | 2A | FA | 8C | 53 | 0 | 2C | 2 | 94 | 5F | 39 |
| Octal | 52 | 372 | 214 | 123 | 0 | 54 | 2 | 224 | 137 | 71 |
| Binary | 101010 | 11111010 | 10001100 | 1010011 | 0 | 101100 | 10 | 10010100 | 1011111 | 111001 |
Color Harmonies of #2AFA8C
Complementary color
Monochromatic Colors of #2AFA8C
Black with #2AFA8C
Text Example
Text Example
White with #2AFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA8C; }
p { color: rgb(42,250,140); }
H1.HeaderClassName
{
color: #2AFA8C;
}
.AnyTagClassName
{
color: #2AFA8C;
}
</style>
background-color css
<style>
a { background-color: #2AFA8C; }
a { background-color: rgb(42,250,140); }
div.DivClassName
{
background-color: #2AFA8C;
}
.BgClassName
{
background-color: #2AFA8C;
}
</style>
border-color css
<style>
span { border-color: #2AFA8C; }
span { border-color: rgb(42,250,140); }
td.TdClassName
{
border-color: #2AFA8C;
}
.TagClassName
{
border-color: #2AFA8C;
}
</style>