#1EFBA0

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

Shades of Medium Spring Green #1EFBA0

Tints of Medium Spring Green #1EFBA0

Color information

#1EFBA0 (or 0x1EFBA0) is unknown color: approx Medium Spring Green. HEX triplet: 1E, FB and A0. RGB value is (30,251,160). Sum of RGB (Red+Green+Blue) = 30+251+160=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EFBA0 is #E1045F. Grayscale: #AEAEAE. Windows color (decimal): -14746720 or 10550046. OLE color: 10550046.

HSL color Cylindrical-coordinate representation of color #1EFBA0: hue angle of 155.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFBA0 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB30251160-
CMYK0.8800.360.02
HSL155.29º96.51%55.1%-
HSV(B)155.29º88.05%98.43%-
XYZ41.3871.8144.94-
YUV174.55119.7824.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.80%
GREEN value IS 251 (98.44% from 255) = 56.92%
BLUE value IS 160 (62.89% from 255) = 36.28%
R=6.80%
G=56.92%
B=36.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal302511600.8800.360.02155.2996.5155.1
Hex1EFBA05802429b6137
Octal36373240130044223314167
Binary1111011111011101000001011000010010010100110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,251,160); }

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

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

 a { background-color: rgb(30,251,160); }

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

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

 span { border-color: rgb(30,251,160); }

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