#80ECA3

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

Shades of Light Green #80ECA3

Tints of Light Green #80ECA3

Color information

#80ECA3 (or 0x80ECA3) is unknown color: approx Light Green. HEX triplet: 80, EC and A3. RGB value is (128,236,163). Sum of RGB (Red+Green+Blue) = 128+236+163=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80ECA3 is #7F135C. Grayscale: #C3C3C3. Windows color (decimal): -8328029 or 10742912. OLE color: 10742912.

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

Color convert

RGB128236163-
CMYK0.4600.310.07
HSL139.44º73.97%71.37%-
HSV(B)139.44º45.76%92.55%-
XYZ45.5167.2245.23-
YUV195.39109.7279.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 236 (92.58% from 255) = 44.78%
BLUE value IS 163 (64.06% from 255) = 30.93%
R=24.29%
G=44.78%
B=30.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282361630.4600.310.07139.4473.9771.37
Hex80ECA32E01F78b4a47
Octal200354243560377213112107
Binary1000000011101100101000111011100111111111000101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80ECA3; }

 p { color: rgb(128,236,163); }

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

<style>
 a { background-color: #80ECA3; }

 a { background-color: rgb(128,236,163); }

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

<style>
 span { border-color: #80ECA3; }

 span { border-color: rgb(128,236,163); }

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