Shades of Spring Green #1AFB7F
Tints of Spring Green #1AFB7F
RGB
CMYK
RGB Variations
Color information
#1AFB7F (or 0x1AFB7F) is known color: Spring Green. HEX triplet: 1A, FB and 7F. RGB value is (26,251,127). Sum of RGB (Red+Green+Blue) = 26+251+127=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 251 (98.44% from 255 or 62.13% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB7F is #E50480. Grayscale: #A9A9A9. Windows color (decimal): -15008897 or 8387354. OLE color: 8387354.
HSL color Cylindrical-coordinate representation of color #1AFB7F: hue angle of 146.93º 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 #1AFB7F is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 127 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.02 |
| HSL | 146.93º | 0.97% | 0.54% | - |
| HSV(B) | 146.93º | 0.9% | 0.98% | - |
| XYZ | 38.75 | 70.75 | 31.69 | - |
| YUV | 169.59 | 103.96 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 127 | 0.90 | 0 | 0.49 | 0.02 | 146.93 | 0.97 | 0.54 |
| Hex | 1A | FB | 7F | 5A | 0 | 31 | 2 | 93 | 61 | 36 |
| Octal | 32 | 373 | 177 | 132 | 0 | 61 | 2 | 223 | 141 | 66 |
| Binary | 11010 | 11111011 | 1111111 | 1011010 | 0 | 110001 | 10 | 10010011 | 1100001 | 110110 |
Color Harmonies of #1AFB7F
Complementary color
Monochromatic Colors of #1AFB7F
Black with #1AFB7F
Text Example
Text Example
White with #1AFB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB7F; }
p { color: rgb(26,251,127); }
H1.HeaderClassName
{
color: #1AFB7F;
}
.AnyTagClassName
{
color: #1AFB7F;
}
</style>
background-color css
<style>
a { background-color: #1AFB7F; }
a { background-color: rgb(26,251,127); }
div.DivClassName
{
background-color: #1AFB7F;
}
.BgClassName
{
background-color: #1AFB7F;
}
</style>
border-color css
<style>
span { border-color: #1AFB7F; }
span { border-color: rgb(26,251,127); }
td.TdClassName
{
border-color: #1AFB7F;
}
.TagClassName
{
border-color: #1AFB7F;
}
</style>