#80F2A6

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

Shades of Light Green #80F2A6

Tints of Light Green #80F2A6

Color information

#80F2A6 (or 0x80F2A6) is unknown color: approx Light Green. HEX triplet: 80, F2 and A6. RGB value is (128,242,166). Sum of RGB (Red+Green+Blue) = 128+242+166=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #80F2A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F2A6 is #7F0D59. Grayscale: #C7C7C7. Windows color (decimal): -8326490 or 10941056. OLE color: 10941056.

HSL color Cylindrical-coordinate representation of color #80F2A6: hue angle of 140º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F2A6 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB128242166-
CMYK0.4700.310.05
HSL140º81.43%72.55%-
HSV(B)140º47.11%94.9%-
XYZ47.5470.8547.25-
YUV199.25109.2377.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 242 (94.92% from 255) = 45.15%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=23.88%
G=45.15%
B=30.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282421660.4700.310.0514081.4372.55
Hex80F2A62F01F58c5149
Octal200362246570375214121111
Binary1000000011110010101001101011110111111011000110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,242,166); }

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

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

 a { background-color: rgb(128,242,166); }

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

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

 span { border-color: rgb(128,242,166); }

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