#80F5A0

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

Shades of Light Green #80F5A0

Tints of Light Green #80F5A0

Color information

#80F5A0 (or 0x80F5A0) is unknown color: approx Light Green. HEX triplet: 80, F5 and A0. RGB value is (128,245,160). Sum of RGB (Red+Green+Blue) = 128+245+160=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #80F5A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F5A0 is #7F0A5F. Grayscale: #C8C8C8. Windows color (decimal): -8325728 or 10548608. OLE color: 10548608.

HSL color Cylindrical-coordinate representation of color #80F5A0: hue angle of 136.41º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F5A0 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB128245160-
CMYK0.4800.350.04
HSL136.41º85.4%73.14%-
HSV(B)136.41º47.76%96.08%-
XYZ47.972.4344.71-
YUV200.33105.2476.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=24.02%
G=45.97%
B=30.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282451600.4800.350.04136.4185.473.14
Hex80F5A0300234885549
Octal200365240600434210125111
Binary10000000111101011010000011000001000111001000100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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