#1DF0AE

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

Shades of Medium Spring Green #1DF0AE

Tints of Medium Spring Green #1DF0AE

Color information

#1DF0AE (or 0x1DF0AE) is unknown color: approx Medium Spring Green. HEX triplet: 1D, F0 and AE. RGB value is (29,240,174). Sum of RGB (Red+Green+Blue) = 29+240+174=443 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.55% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF0AE is #E20F51. Grayscale: #A9A9A9. Windows color (decimal): -14815058 or 11464733. OLE color: 11464733.

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

Color convert

RGB29240174-
CMYK0.8800.280.06
HSL161.23º87.55%52.75%-
HSV(B)161.23º87.92%94.12%-
XYZ39.3165.6450.64-
YUV169.39130.627.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.55%
GREEN value IS 240 (94.14% from 255) = 54.18%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=6.55%
G=54.18%
B=39.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292401740.8800.280.06161.2387.5552.75
Hex1DF0AE5801C6a15835
Octal35360256130034624113065
Binary1110111110000101011101011000011100110101000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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