#80F1A5

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

Shades of Light Green #80F1A5

Tints of Light Green #80F1A5

Color information

#80F1A5 (or 0x80F1A5) is unknown color: approx Light Green. HEX triplet: 80, F1 and A5. RGB value is (128,241,165). Sum of RGB (Red+Green+Blue) = 128+241+165=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F1A5 is #7F0E5A. Grayscale: #C6C6C6. Windows color (decimal): -8326747 or 10875264. OLE color: 10875264.

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

Color convert

RGB128241165-
CMYK0.4700.320.05
HSL139.65º80.14%72.35%-
HSV(B)139.65º46.89%94.51%-
XYZ47.1570.2246.67-
YUV198.55109.0677.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 241 (94.53% from 255) = 45.13%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=23.97%
G=45.13%
B=30.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282411650.4700.320.05139.6580.1472.35
Hex80F1A52F02058c5048
Octal200361245570405214120110
Binary10000000111100011010010110111101000001011000110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,241,165); }

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

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

 a { background-color: rgb(128,241,165); }

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

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

 span { border-color: rgb(128,241,165); }

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