#1EF0AF

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

Shades of Medium Spring Green #1EF0AF

Tints of Medium Spring Green #1EF0AF

Color information

#1EF0AF (or 0x1EF0AF) is unknown color: approx Medium Spring Green. HEX triplet: 1E, F0 and AF. RGB value is (30,240,175). Sum of RGB (Red+Green+Blue) = 30+240+175=445 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.74% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EF0AF is #E10F50. Grayscale: #A9A9A9. Windows color (decimal): -14749521 or 11530270. OLE color: 11530270.

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

Color convert

RGB30240175-
CMYK0.8700.270.06
HSL161.43º87.5%52.94%-
HSV(B)161.43º87.5%94.12%-
XYZ39.4365.6951.16-
YUV169.8130.9328.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.74%
GREEN value IS 240 (94.14% from 255) = 53.93%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=6.74%
G=53.93%
B=39.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal302401750.8700.270.06161.4387.552.94
Hex1EF0AF5701B6a15835
Octal36360257127033624113065
Binary1111011110000101011111010111011011110101000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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