#7EF1A4

Color #7EF1A4 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #7EF1A4

Tints of Light Green #7EF1A4

Color information

#7EF1A4 (or 0x7EF1A4) is unknown color: approx Light Green. HEX triplet: 7E, F1 and A4. RGB value is (126,241,164). Sum of RGB (Red+Green+Blue) = 126+241+164=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF1A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF1A4 is #810E5B. Grayscale: #C6C6C6. Windows color (decimal): -8457820 or 10809726. OLE color: 10809726.

HSL color Cylindrical-coordinate representation of color #7EF1A4: hue angle of 139.83º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF1A4 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB126241164-
CMYK0.4800.320.05
HSL139.83º80.42%71.96%-
HSV(B)139.83º47.72%94.51%-
XYZ46.7670.0346.17-
YUV197.84108.976.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.73%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=23.73%
G=45.39%
B=30.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262411640.4800.320.05139.8380.4271.96
Hex7EF1A43002058c5048
Octal176361244600405214120110
Binary1111110111100011010010011000001000001011000110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EF1A4; }

 p { color: rgb(126,241,164); }

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

<style>
 a { background-color: #7EF1A4; }

 a { background-color: rgb(126,241,164); }

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

<style>
 span { border-color: #7EF1A4; }

 span { border-color: rgb(126,241,164); }

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