#1DF1AE

Color #1DF1AE Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #1DF1AE

Tints of Medium Spring Green #1DF1AE

Color information

#1DF1AE (or 0x1DF1AE) is unknown color: approx Medium Spring Green. HEX triplet: 1D, F1 and AE. RGB value is (29,241,174). Sum of RGB (Red+Green+Blue) = 29+241+174=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF1AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF1AE is #E20E51. Grayscale: #AAAAAA. Windows color (decimal): -14814802 or 11464989. OLE color: 11464989.

HSL color Cylindrical-coordinate representation of color #1DF1AE: hue angle of 161.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF1AE is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB29241174-
CMYK0.8800.280.05
HSL161.04º88.33%52.94%-
HSV(B)161.04º87.97%94.51%-
XYZ39.666.2350.74-
YUV169.97130.2627.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 6.53%
GREEN value IS 241 (94.53% from 255) = 54.28%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=6.53%
G=54.28%
B=39.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal292411740.8800.280.05161.0488.3352.94
Hex1DF1AE5801C5a15835
Octal35361256130034524113065
Binary1110111110001101011101011000011100101101000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DF1AE; }

 p { color: rgb(29,241,174); }

 H1.HeaderClassName
 {
   color: #1DF1AE;
 }
 .AnyTagClassName
 {
   color: #1DF1AE;
 }
</style>
background-color css

<style>
 a { background-color: #1DF1AE; }

 a { background-color: rgb(29,241,174); }

 div.DivClassName
 {
   background-color: #1DF1AE;
 }
 .BgClassName
 {
   background-color: #1DF1AE;
 }
</style>
border-color css

<style>
 span { border-color: #1DF1AE; }

 span { border-color: rgb(29,241,174); }

 td.TdClassName
 {
   border-color: #1DF1AE;
 }
 .TagClassName
 {
   border-color: #1DF1AE;
 }
</style>