Shades of Spring Green #1AF680
Tints of Spring Green #1AF680
RGB
CMYK
RGB Variations
Color information
#1AF680 (or 0x1AF680) is known color: Spring Green. HEX triplet: 1A, F6 and 80. RGB value is (26,246,128). Sum of RGB (Red+Green+Blue) = 26+246+128=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 246 (96.48% from 255 or 61.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF680 is #E5097F. Grayscale: #A7A7A7. Windows color (decimal): -15010176 or 8451610. OLE color: 8451610.
HSL color Cylindrical-coordinate representation of color #1AF680: hue angle of 147.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF680 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 128 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.04 |
| HSL | 147.82º | 0.92% | 0.53% | - |
| HSV(B) | 147.82º | 0.89% | 0.96% | - |
| XYZ | 37.28 | 67.69 | 31.52 | - |
| YUV | 166.77 | 106.11 | 27.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 128 | 0.89 | 0 | 0.48 | 0.04 | 147.82 | 0.92 | 0.53 |
| Hex | 1A | F6 | 80 | 59 | 0 | 30 | 4 | 94 | 5C | 35 |
| Octal | 32 | 366 | 200 | 131 | 0 | 60 | 4 | 224 | 134 | 65 |
| Binary | 11010 | 11110110 | 10000000 | 1011001 | 0 | 110000 | 100 | 10010100 | 1011100 | 110101 |
Color Harmonies of #1AF680
Complementary color
Monochromatic Colors of #1AF680
Black with #1AF680
Text Example
Text Example
White with #1AF680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF680; }
p { color: rgb(26,246,128); }
H1.HeaderClassName
{
color: #1AF680;
}
.AnyTagClassName
{
color: #1AF680;
}
</style>
background-color css
<style>
a { background-color: #1AF680; }
a { background-color: rgb(26,246,128); }
div.DivClassName
{
background-color: #1AF680;
}
.BgClassName
{
background-color: #1AF680;
}
</style>
border-color css
<style>
span { border-color: #1AF680; }
span { border-color: rgb(26,246,128); }
td.TdClassName
{
border-color: #1AF680;
}
.TagClassName
{
border-color: #1AF680;
}
</style>