#7EEC96

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

Shades of Light Green #7EEC96

Tints of Light Green #7EEC96

Color information

#7EEC96 (or 0x7EEC96) is unknown color: approx Light Green. HEX triplet: 7E, EC and 96. RGB value is (126,236,150). Sum of RGB (Red+Green+Blue) = 126+236+150=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #7EEC96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEC96 is #811369. Grayscale: #C1C1C1. Windows color (decimal): -8459114 or 9890942. OLE color: 9890942.

HSL color Cylindrical-coordinate representation of color #7EEC96: hue angle of 133.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEC96 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB126236150-
CMYK0.4700.360.07
HSL133.09º74.32%70.98%-
HSV(B)133.09º46.61%92.55%-
XYZ44.166.6339.39-
YUV193.31103.5679.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.61%
GREEN value IS 236 (92.58% from 255) = 46.09%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=24.61%
G=46.09%
B=29.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262361500.4700.360.07133.0974.3270.98
Hex7EEC962F0247854a47
Octal176354226570447205112107
Binary1111110111011001001011010111101001001111000010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,236,150); }

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

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

 a { background-color: rgb(126,236,150); }

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

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

 span { border-color: rgb(126,236,150); }

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