Shades of Spring Green #1AFE80
Tints of Spring Green #1AFE80
RGB
CMYK
RGB Variations
Color information
#1AFE80 (or 0x1AFE80) is known color: Spring Green. HEX triplet: 1A, FE and 80. RGB value is (26,254,128). Sum of RGB (Red+Green+Blue) = 26+254+128=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 254 (99.61% from 255 or 62.25% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFE80 is #E5017F. Grayscale: #ABABAB. Windows color (decimal): -15008128 or 8453658. OLE color: 8453658.
HSL color Cylindrical-coordinate representation of color #1AFE80: hue angle of 146.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE80 is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 128 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.00 |
| HSL | 146.84º | 0.99% | 0.55% | - |
| HSV(B) | 146.84º | 0.9% | 1% | - |
| XYZ | 39.76 | 72.66 | 32.35 | - |
| YUV | 171.46 | 103.46 | 24.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 128 | 0.90 | 0 | 0.50 | 0.00 | 146.84 | 0.99 | 0.55 |
| Hex | 1A | FE | 80 | 5A | 0 | 32 | 0 | 93 | 63 | 37 |
| Octal | 32 | 376 | 200 | 132 | 0 | 62 | 0 | 223 | 143 | 67 |
| Binary | 11010 | 11111110 | 10000000 | 1011010 | 0 | 110010 | 0 | 10010011 | 1100011 | 110111 |
Color Harmonies of #1AFE80
Complementary color
Monochromatic Colors of #1AFE80
Black with #1AFE80
Text Example
Text Example
White with #1AFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE80; }
p { color: rgb(26,254,128); }
H1.HeaderClassName
{
color: #1AFE80;
}
.AnyTagClassName
{
color: #1AFE80;
}
</style>
background-color css
<style>
a { background-color: #1AFE80; }
a { background-color: rgb(26,254,128); }
div.DivClassName
{
background-color: #1AFE80;
}
.BgClassName
{
background-color: #1AFE80;
}
</style>
border-color css
<style>
span { border-color: #1AFE80; }
span { border-color: rgb(26,254,128); }
td.TdClassName
{
border-color: #1AFE80;
}
.TagClassName
{
border-color: #1AFE80;
}
</style>