Shades of Spring Green #1AFF82
Tints of Spring Green #1AFF82
RGB
CMYK
RGB Variations
Color information
#1AFF82 (or 0x1AFF82) is known color: Spring Green. HEX triplet: 1A, FF and 82. RGB value is (26,255,130). Sum of RGB (Red+Green+Blue) = 26+255+130=411 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.33% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFF82 is #E5007D. Grayscale: #ACACAC. Windows color (decimal): -15007870 or 8584986. OLE color: 8584986.
HSL color Cylindrical-coordinate representation of color #1AFF82: hue angle of 147.25º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF82 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 130 | - |
| CMYK | 0.90 | 0 | 0.49 | 0 |
| HSL | 147.25º | 1% | 0.55% | - |
| HSV(B) | 147.25º | 0.9% | 1% | - |
| XYZ | 40.22 | 73.35 | 33.16 | - |
| YUV | 172.28 | 104.13 | 23.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 130 | 0.90 | 0 | 0.49 | 0 | 147.25 | 1 | 0.55 |
| Hex | 1A | FF | 82 | 5A | 0 | 31 | 0 | 93 | 64 | 37 |
| Octal | 32 | 377 | 202 | 132 | 0 | 61 | 0 | 223 | 144 | 67 |
| Binary | 11010 | 11111111 | 10000010 | 1011010 | 0 | 110001 | 0 | 10010011 | 1100100 | 110111 |
Color Harmonies of #1AFF82
Complementary color
Monochromatic Colors of #1AFF82
Black with #1AFF82
Text Example
Text Example
White with #1AFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF82; }
p { color: rgb(26,255,130); }
H1.HeaderClassName
{
color: #1AFF82;
}
.AnyTagClassName
{
color: #1AFF82;
}
</style>
background-color css
<style>
a { background-color: #1AFF82; }
a { background-color: rgb(26,255,130); }
div.DivClassName
{
background-color: #1AFF82;
}
.BgClassName
{
background-color: #1AFF82;
}
</style>
border-color css
<style>
span { border-color: #1AFF82; }
span { border-color: rgb(26,255,130); }
td.TdClassName
{
border-color: #1AFF82;
}
.TagClassName
{
border-color: #1AFF82;
}
</style>