#1DF0AF

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

Shades of Medium Spring Green #1DF0AF

Tints of Medium Spring Green #1DF0AF

Color information

#1DF0AF (or 0x1DF0AF) is unknown color: approx Medium Spring Green. HEX triplet: 1D, F0 and AF. RGB value is (29,240,175). Sum of RGB (Red+Green+Blue) = 29+240+175=444 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.53% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF0AF is #E20F50. Grayscale: #A9A9A9. Windows color (decimal): -14815057 or 11530269. OLE color: 11530269.

HSL color Cylindrical-coordinate representation of color #1DF0AF: hue angle of 161.52º 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 #1DF0AF is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB29240175-
CMYK0.8800.270.06
HSL161.52º87.55%52.75%-
HSV(B)161.52º87.92%94.12%-
XYZ39.465.6851.16-
YUV169.5131.127.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.53%
GREEN value IS 240 (94.14% from 255) = 54.05%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=6.53%
G=54.05%
B=39.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292401750.8800.270.06161.5287.5552.75
Hex1DF0AF5801B6a25835
Octal35360257130033624213065
Binary1110111110000101011111011000011011110101000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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