Shades of Spring Green #1AFF81
Tints of Spring Green #1AFF81
RGB
CMYK
RGB Variations
Color information
#1AFF81 (or 0x1AFF81) is known color: Spring Green. HEX triplet: 1A, FF and 81. RGB value is (26,255,129). Sum of RGB (Red+Green+Blue) = 26+255+129=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFF81 is #E5007E. Grayscale: #ACACAC. Windows color (decimal): -15007871 or 8519450. OLE color: 8519450.
HSL color Cylindrical-coordinate representation of color #1AFF81: hue angle of 146.99º 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 #1AFF81 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 129 | - |
| CMYK | 0.90 | 0 | 0.49 | 0 |
| HSL | 146.99º | 1% | 0.55% | - |
| HSV(B) | 146.99º | 0.9% | 1% | - |
| XYZ | 40.15 | 73.32 | 32.81 | - |
| YUV | 172.17 | 103.63 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 129 | 0.90 | 0 | 0.49 | 0 | 146.99 | 1 | 0.55 |
| Hex | 1A | FF | 81 | 5A | 0 | 31 | 0 | 93 | 64 | 37 |
| Octal | 32 | 377 | 201 | 132 | 0 | 61 | 0 | 223 | 144 | 67 |
| Binary | 11010 | 11111111 | 10000001 | 1011010 | 0 | 110001 | 0 | 10010011 | 1100100 | 110111 |
Color Harmonies of #1AFF81
Complementary color
Monochromatic Colors of #1AFF81
Black with #1AFF81
Text Example
Text Example
White with #1AFF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF81; }
p { color: rgb(26,255,129); }
H1.HeaderClassName
{
color: #1AFF81;
}
.AnyTagClassName
{
color: #1AFF81;
}
</style>
background-color css
<style>
a { background-color: #1AFF81; }
a { background-color: rgb(26,255,129); }
div.DivClassName
{
background-color: #1AFF81;
}
.BgClassName
{
background-color: #1AFF81;
}
</style>
border-color css
<style>
span { border-color: #1AFF81; }
span { border-color: rgb(26,255,129); }
td.TdClassName
{
border-color: #1AFF81;
}
.TagClassName
{
border-color: #1AFF81;
}
</style>