#A0FA80

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

Shades of Pale Green #A0FA80

Tints of Pale Green #A0FA80

Color information

#A0FA80 (or 0xA0FA80) is unknown color: approx Pale Green. HEX triplet: A0, FA and 80. RGB value is (160,250,128). Sum of RGB (Red+Green+Blue) = 160+250+128=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA80 is #5F057F. Grayscale: #D1D1D1. Windows color (decimal): -6227328 or 8452768. OLE color: 8452768.

HSL color Cylindrical-coordinate representation of color #A0FA80: hue angle of 104.26º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0FA80 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB160250128-
CMYK0.3600.490.02
HSL104.26º92.42%74.12%-
HSV(B)104.26º48.8%98.04%-
XYZ52.5877.432.59-
YUV209.1882.1892.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 250 (98.05% from 255) = 46.47%
BLUE value IS 128 (50.39% from 255) = 23.79%
R=29.74%
G=46.47%
B=23.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501280.3600.490.02104.2692.4274.12
HexA0FA80240312685c4a
Octal240372200440612150134112
Binary101000001111101010000000100100011000110110100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA80; }

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

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

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

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

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

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

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

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