#80FCA5

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

Shades of Pale Green #80FCA5

Tints of Pale Green #80FCA5

Color information

#80FCA5 (or 0x80FCA5) is unknown color: approx Pale Green. HEX triplet: 80, FC and A5. RGB value is (128,252,165). Sum of RGB (Red+Green+Blue) = 128+252+165=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FCA5 is #7F035A. Grayscale: #CDCDCD. Windows color (decimal): -8323931 or 10878080. OLE color: 10878080.

HSL color Cylindrical-coordinate representation of color #80FCA5: hue angle of 137.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCA5 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB128252165-
CMYK0.4900.350.01
HSL137.9º95.38%74.51%-
HSV(B)137.9º49.21%98.82%-
XYZ50.576.9347.78-
YUV205.01105.4273.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=23.49%
G=46.24%
B=30.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282521650.4900.350.01137.995.3874.51
Hex80FCA53102318a5f4b
Octal200374245610431212137113
Binary100000001111110010100101110001010001111000101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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