Shades of Spring Green #1DFA7A
Tints of Spring Green #1DFA7A
RGB
CMYK
RGB Variations
Color information
#1DFA7A (or 0x1DFA7A) is known color: Spring Green. HEX triplet: 1D, FA and 7A. RGB value is (29,250,122). Sum of RGB (Red+Green+Blue) = 29+250+122=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA7A is #E20585. Grayscale: #A9A9A9. Windows color (decimal): -14812550 or 8059421. OLE color: 8059421.
HSL color Cylindrical-coordinate representation of color #1DFA7A: hue angle of 145.25º 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 #1DFA7A is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 122 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.02 |
| HSL | 145.25º | 0.96% | 0.55% | - |
| HSV(B) | 145.25º | 0.88% | 0.98% | - |
| XYZ | 38.21 | 70.04 | 29.92 | - |
| YUV | 169.33 | 101.28 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 122 | 0.88 | 0 | 0.51 | 0.02 | 145.25 | 0.96 | 0.55 |
| Hex | 1D | FA | 7A | 58 | 0 | 33 | 2 | 91 | 60 | 37 |
| Octal | 35 | 372 | 172 | 130 | 0 | 63 | 2 | 221 | 140 | 67 |
| Binary | 11101 | 11111010 | 1111010 | 1011000 | 0 | 110011 | 10 | 10010001 | 1100000 | 110111 |
Color Harmonies of #1DFA7A
Complementary color
Monochromatic Colors of #1DFA7A
Black with #1DFA7A
Text Example
Text Example
White with #1DFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFA7A; }
p { color: rgb(29,250,122); }
H1.HeaderClassName
{
color: #1DFA7A;
}
.AnyTagClassName
{
color: #1DFA7A;
}
</style>
background-color css
<style>
a { background-color: #1DFA7A; }
a { background-color: rgb(29,250,122); }
div.DivClassName
{
background-color: #1DFA7A;
}
.BgClassName
{
background-color: #1DFA7A;
}
</style>
border-color css
<style>
span { border-color: #1DFA7A; }
span { border-color: rgb(29,250,122); }
td.TdClassName
{
border-color: #1DFA7A;
}
.TagClassName
{
border-color: #1DFA7A;
}
</style>