#A0FAA6

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

Shades of Pale Green #A0FAA6

Tints of Pale Green #A0FAA6

Color information

#A0FAA6 (or 0xA0FAA6) is unknown color: approx Pale Green. HEX triplet: A0, FA and A6. RGB value is (160,250,166). Sum of RGB (Red+Green+Blue) = 160+250+166=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAA6 is #5F0559. Grayscale: #D5D5D5. Windows color (decimal): -6227290 or 10943136. OLE color: 10943136.

HSL color Cylindrical-coordinate representation of color #A0FAA6: hue angle of 124º 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 #A0FAA6 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB160250166-
CMYK0.3600.340.02
HSL124º90%80.39%-
HSV(B)124º36%98.04%-
XYZ55.5778.648.32-
YUV213.51101.1889.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.78%
GREEN value IS 250 (98.05% from 255) = 43.40%
BLUE value IS 166 (65.23% from 255) = 28.82%
R=27.78%
G=43.40%
B=28.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501660.3600.340.021249080.39
HexA0FAA62402227c5a50
Octal240372246440422174132120
Binary101000001111101010100110100100010001010111110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FAA6; }

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

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

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

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

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

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

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

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