Html Css Color HEX #1DFAA2 Medium Spring Green
📋 copy color: '#1DFAA2'red 29 ◦ green 250 ◦ blue 162
Shades of Medium Spring Green #1DFAA2
Tints of Medium Spring Green #1DFAA2
RGB
CMYK
RGB Variations
Color information
#1DFAA2 (or 0x1DFAA2) is known color: Medium Spring Green. HEX triplet: 1D, FA and A2. RGB value is (29,250,162). Sum of RGB (Red+Green+Blue) = 29+250+162=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFAA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DFAA2 is #E2055D. Grayscale: #AEAEAE. Windows color (decimal): -14812510 or 10680861. OLE color: 10680861.
HSL color Cylindrical-coordinate representation of color #1DFAA2: hue angle of 156.11º 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 #1DFAA2 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 250 | 162 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.02 |
| HSL | 156.11º | 0.96% | 0.55% | - |
| HSV(B) | 156.11º | 0.88% | 0.98% | - |
| XYZ | 41.21 | 71.24 | 45.76 | - |
| YUV | 173.89 | 121.28 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 250 | 162 | 0.88 | 0 | 0.35 | 0.02 | 156.11 | 0.96 | 0.55 |
| Hex | 1D | FA | A2 | 58 | 0 | 23 | 2 | 9C | 60 | 37 |
| Octal | 35 | 372 | 242 | 130 | 0 | 43 | 2 | 234 | 140 | 67 |
| Binary | 11101 | 11111010 | 10100010 | 1011000 | 0 | 100011 | 10 | 10011100 | 1100000 | 110111 |
Color Harmonies of #1DFAA2
Complementary color
Monochromatic Colors of #1DFAA2
Black with #1DFAA2
Text Example
Text Example
White with #1DFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFAA2; }
p { color: rgb(29,250,162); }
H1.HeaderClassName
{
color: #1DFAA2;
}
.AnyTagClassName
{
color: #1DFAA2;
}
</style>
background-color css
<style>
a { background-color: #1DFAA2; }
a { background-color: rgb(29,250,162); }
div.DivClassName
{
background-color: #1DFAA2;
}
.BgClassName
{
background-color: #1DFAA2;
}
</style>
border-color css
<style>
span { border-color: #1DFAA2; }
span { border-color: rgb(29,250,162); }
td.TdClassName
{
border-color: #1DFAA2;
}
.TagClassName
{
border-color: #1DFAA2;
}
</style>