#80EB9A

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

Shades of Light Green #80EB9A

Tints of Light Green #80EB9A

Color information

#80EB9A (or 0x80EB9A) is unknown color: approx Light Green. HEX triplet: 80, EB and 9A. RGB value is (128,235,154). Sum of RGB (Red+Green+Blue) = 128+235+154=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EB9A is #7F1465. Grayscale: #C1C1C1. Windows color (decimal): -8328294 or 10152832. OLE color: 10152832.

HSL color Cylindrical-coordinate representation of color #80EB9A: hue angle of 134.58º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EB9A is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB128235154-
CMYK0.4600.340.08
HSL134.58º72.79%71.18%-
HSV(B)134.58º45.53%92.16%-
XYZ44.4466.3441.03-
YUV193.77105.5581.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.76%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=24.76%
G=45.45%
B=29.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351540.4600.340.08134.5872.7971.18
Hex80EB9A2E0228874947
Octal2003532325604210207111107
Binary100000001110101110011010101110010001010001000011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,235,154); }

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

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

 a { background-color: rgb(128,235,154); }

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

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

 span { border-color: rgb(128,235,154); }

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