Shades of Spring Green #1AFB7A
Tints of Spring Green #1AFB7A
RGB
CMYK
RGB Variations
Color information
#1AFB7A (or 0x1AFB7A) is known color: Spring Green. HEX triplet: 1A, FB and 7A. RGB value is (26,251,122). Sum of RGB (Red+Green+Blue) = 26+251+122=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB7A is #E50485. Grayscale: #A9A9A9. Windows color (decimal): -15008902 or 8059674. OLE color: 8059674.
HSL color Cylindrical-coordinate representation of color #1AFB7A: hue angle of 145.6º 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 #1AFB7A is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 122 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.02 |
| HSL | 145.6º | 0.97% | 0.54% | - |
| HSV(B) | 145.6º | 0.9% | 0.98% | - |
| XYZ | 38.44 | 70.62 | 30.02 | - |
| YUV | 169.02 | 101.46 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 122 | 0.90 | 0 | 0.51 | 0.02 | 145.6 | 0.97 | 0.54 |
| Hex | 1A | FB | 7A | 5A | 0 | 33 | 2 | 92 | 61 | 36 |
| Octal | 32 | 373 | 172 | 132 | 0 | 63 | 2 | 222 | 141 | 66 |
| Binary | 11010 | 11111011 | 1111010 | 1011010 | 0 | 110011 | 10 | 10010010 | 1100001 | 110110 |
Color Harmonies of #1AFB7A
Complementary color
Monochromatic Colors of #1AFB7A
Black with #1AFB7A
Text Example
Text Example
White with #1AFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB7A; }
p { color: rgb(26,251,122); }
H1.HeaderClassName
{
color: #1AFB7A;
}
.AnyTagClassName
{
color: #1AFB7A;
}
</style>
background-color css
<style>
a { background-color: #1AFB7A; }
a { background-color: rgb(26,251,122); }
div.DivClassName
{
background-color: #1AFB7A;
}
.BgClassName
{
background-color: #1AFB7A;
}
</style>
border-color css
<style>
span { border-color: #1AFB7A; }
span { border-color: rgb(26,251,122); }
td.TdClassName
{
border-color: #1AFB7A;
}
.TagClassName
{
border-color: #1AFB7A;
}
</style>