#A0FAA1

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

Shades of Pale Green #A0FAA1

Tints of Pale Green #A0FAA1

Color information

#A0FAA1 (or 0xA0FAA1) is unknown color: approx Pale Green. HEX triplet: A0, FA and A1. RGB value is (160,250,161). Sum of RGB (Red+Green+Blue) = 160+250+161=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAA1 is #5F055E. Grayscale: #D5D5D5. Windows color (decimal): -6227295 or 10615456. OLE color: 10615456.

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

Color convert

RGB160250161-
CMYK0.3600.360.02
HSL120.67º90%80.39%-
HSV(B)120.67º36%98.04%-
XYZ55.1278.4245.95-
YUV212.9498.6890.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.02%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=28.02%
G=43.78%
B=28.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501610.3600.360.02120.679080.39
HexA0FAA1240242795a50
Octal240372241440442171132120
Binary101000001111101010100001100100010010010111100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FAA1; }

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

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

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

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

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

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

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

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