#80EDA0

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

Shades of Light Green #80EDA0

Tints of Light Green #80EDA0

Color information

#80EDA0 (or 0x80EDA0) is unknown color: approx Light Green. HEX triplet: 80, ED and A0. RGB value is (128,237,160). Sum of RGB (Red+Green+Blue) = 128+237+160=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDA0 is #7F125F. Grayscale: #C3C3C3. Windows color (decimal): -8327776 or 10546560. OLE color: 10546560.

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

Color convert

RGB128237160-
CMYK0.4600.320.07
HSL137.61º75.17%71.57%-
HSV(B)137.61º45.99%92.94%-
XYZ45.5367.743.92-
YUV195.63107.8979.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=24.38%
G=45.14%
B=30.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282371600.4600.320.07137.6175.1771.57
Hex80EDA02E02078a4b48
Octal200355240560407212113110
Binary10000000111011011010000010111001000001111000101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,237,160); }

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

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

 a { background-color: rgb(128,237,160); }

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

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

 span { border-color: rgb(128,237,160); }

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