Html Css Color HEX #1EF0AF Medium Spring Green

📋 copy color: '#1EF0AF'

red 30 ◦ green 240 ◦ blue 175

#1EF0AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #1EF0AF

Tints of Medium Spring Green #1EF0AF

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 value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#1EF0AF (or 0x1EF0AF) is known color: 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

RGB 30 240 175 -
CMYK 0.87 0 0.27 0.06
HSL 161.43º 0.88% 0.53% -
HSV(B) 161.43º 0.88% 0.94% -
XYZ 39.43 65.69 51.16 -
YUV 169.8 130.93 28.29 -
System Red Green Blue C M Y K H S L
Decimal 30 240 175 0.87 0 0.27 0.06 161.43 0.88 0.53
Hex 1E F0 AF 57 0 1B 6 A1 58 35
Octal 36 360 257 127 0 33 6 241 130 65
Binary 11110 11110000 10101111 1010111 0 11011 110 10100001 1011000 110101

Color Harmonies of #1EF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF0AF

Black with #1EF0AF

Text Example


Text Example

White with #1EF0AF

Text Example


Text Example

HTML Codes & Css Web 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>