Shades of Spring Green #1AFA80
Tints of Spring Green #1AFA80
RGB
CMYK
RGB Variations
Color information
#1AFA80 (or 0x1AFA80) is known color: Spring Green. HEX triplet: 1A, FA and 80. RGB value is (26,250,128). Sum of RGB (Red+Green+Blue) = 26+250+128=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 250 (98.05% from 255 or 61.88% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFA80 is #E5057F. Grayscale: #A9A9A9. Windows color (decimal): -15009152 or 8452634. OLE color: 8452634.
HSL color Cylindrical-coordinate representation of color #1AFA80: hue angle of 147.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFA80 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 128 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.02 |
| HSL | 147.32º | 0.96% | 0.54% | - |
| HSV(B) | 147.32º | 0.9% | 0.98% | - |
| XYZ | 38.51 | 70.15 | 31.93 | - |
| YUV | 169.12 | 104.79 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 128 | 0.90 | 0 | 0.49 | 0.02 | 147.32 | 0.96 | 0.54 |
| Hex | 1A | FA | 80 | 5A | 0 | 31 | 2 | 93 | 60 | 36 |
| Octal | 32 | 372 | 200 | 132 | 0 | 61 | 2 | 223 | 140 | 66 |
| Binary | 11010 | 11111010 | 10000000 | 1011010 | 0 | 110001 | 10 | 10010011 | 1100000 | 110110 |
Color Harmonies of #1AFA80
Complementary color
Monochromatic Colors of #1AFA80
Black with #1AFA80
Text Example
Text Example
White with #1AFA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA80; }
p { color: rgb(26,250,128); }
H1.HeaderClassName
{
color: #1AFA80;
}
.AnyTagClassName
{
color: #1AFA80;
}
</style>
background-color css
<style>
a { background-color: #1AFA80; }
a { background-color: rgb(26,250,128); }
div.DivClassName
{
background-color: #1AFA80;
}
.BgClassName
{
background-color: #1AFA80;
}
</style>
border-color css
<style>
span { border-color: #1AFA80; }
span { border-color: rgb(26,250,128); }
td.TdClassName
{
border-color: #1AFA80;
}
.TagClassName
{
border-color: #1AFA80;
}
</style>