Shades of Spring Green #1AFB7C
Tints of Spring Green #1AFB7C
RGB
CMYK
RGB Variations
Color information
#1AFB7C (or 0x1AFB7C) is known color: Spring Green. HEX triplet: 1A, FB and 7C. RGB value is (26,251,124). Sum of RGB (Red+Green+Blue) = 26+251+124=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB7C is #E50483. Grayscale: #A9A9A9. Windows color (decimal): -15008900 or 8190746. OLE color: 8190746.
HSL color Cylindrical-coordinate representation of color #1AFB7C: hue angle of 146.13º degrees, saturation: 0.97, 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 #1AFB7C is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 124 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.02 |
| HSL | 146.13º | 0.97% | 0.54% | - |
| HSV(B) | 146.13º | 0.9% | 0.98% | - |
| XYZ | 38.56 | 70.67 | 30.68 | - |
| YUV | 169.25 | 102.46 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 124 | 0.90 | 0 | 0.51 | 0.02 | 146.13 | 0.97 | 0.54 |
| Hex | 1A | FB | 7C | 5A | 0 | 33 | 2 | 92 | 61 | 36 |
| Octal | 32 | 373 | 174 | 132 | 0 | 63 | 2 | 222 | 141 | 66 |
| Binary | 11010 | 11111011 | 1111100 | 1011010 | 0 | 110011 | 10 | 10010010 | 1100001 | 110110 |
Color Harmonies of #1AFB7C
Complementary color
Monochromatic Colors of #1AFB7C
Black with #1AFB7C
Text Example
Text Example
White with #1AFB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB7C; }
p { color: rgb(26,251,124); }
H1.HeaderClassName
{
color: #1AFB7C;
}
.AnyTagClassName
{
color: #1AFB7C;
}
</style>
background-color css
<style>
a { background-color: #1AFB7C; }
a { background-color: rgb(26,251,124); }
div.DivClassName
{
background-color: #1AFB7C;
}
.BgClassName
{
background-color: #1AFB7C;
}
</style>
border-color css
<style>
span { border-color: #1AFB7C; }
span { border-color: rgb(26,251,124); }
td.TdClassName
{
border-color: #1AFB7C;
}
.TagClassName
{
border-color: #1AFB7C;
}
</style>