Shades of Spring Green #1FFA6F
Tints of Spring Green #1FFA6F
RGB
CMYK
RGB Variations
Color information
#1FFA6F (or 0x1FFA6F) is known color: Spring Green. HEX triplet: 1F, FA and 6F. RGB value is (31,250,111). Sum of RGB (Red+Green+Blue) = 31+250+111=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 250 (98.05% from 255 or 63.78% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FFA6F is #E00590. Grayscale: #A9A9A9. Windows color (decimal): -14681489 or 7338527. OLE color: 7338527.
HSL color Cylindrical-coordinate representation of color #1FFA6F: hue angle of 141.92º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFA6F is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 111 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.02 |
| HSL | 141.92º | 0.96% | 0.55% | - |
| HSV(B) | 141.92º | 0.88% | 0.98% | - |
| XYZ | 37.62 | 69.81 | 26.53 | - |
| YUV | 168.67 | 95.45 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 111 | 0.88 | 0 | 0.56 | 0.02 | 141.92 | 0.96 | 0.55 |
| Hex | 1F | FA | 6F | 58 | 0 | 38 | 2 | 8E | 60 | 37 |
| Octal | 37 | 372 | 157 | 130 | 0 | 70 | 2 | 216 | 140 | 67 |
| Binary | 11111 | 11111010 | 1101111 | 1011000 | 0 | 111000 | 10 | 10001110 | 1100000 | 110111 |
Color Harmonies of #1FFA6F
Complementary color
Monochromatic Colors of #1FFA6F
Black with #1FFA6F
Text Example
Text Example
White with #1FFA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFA6F; }
p { color: rgb(31,250,111); }
H1.HeaderClassName
{
color: #1FFA6F;
}
.AnyTagClassName
{
color: #1FFA6F;
}
</style>
background-color css
<style>
a { background-color: #1FFA6F; }
a { background-color: rgb(31,250,111); }
div.DivClassName
{
background-color: #1FFA6F;
}
.BgClassName
{
background-color: #1FFA6F;
}
</style>
border-color css
<style>
span { border-color: #1FFA6F; }
span { border-color: rgb(31,250,111); }
td.TdClassName
{
border-color: #1FFA6F;
}
.TagClassName
{
border-color: #1FFA6F;
}
</style>