#80FCA6

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

Shades of Pale Green #80FCA6

Tints of Pale Green #80FCA6

Color information

#80FCA6 (or 0x80FCA6) is unknown color: approx Pale Green. HEX triplet: 80, FC and A6. RGB value is (128,252,166). Sum of RGB (Red+Green+Blue) = 128+252+166=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FCA6 is #7F0359. Grayscale: #CDCDCD. Windows color (decimal): -8323930 or 10943616. OLE color: 10943616.

HSL color Cylindrical-coordinate representation of color #80FCA6: hue angle of 138.39º 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 #80FCA6 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB128252166-
CMYK0.4900.340.01
HSL138.39º95.38%74.51%-
HSV(B)138.39º49.21%98.82%-
XYZ50.676.9648.27-
YUV205.12105.9272.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.44%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 166 (65.23% from 255) = 30.40%
R=23.44%
G=46.15%
B=30.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282521660.4900.340.01138.3995.3874.51
Hex80FCA63102218a5f4b
Octal200374246610421212137113
Binary100000001111110010100110110001010001011000101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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