#A6FAAA

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

Shades of Pale Green #A6FAAA

Tints of Pale Green #A6FAAA

Color information

#A6FAAA (or 0xA6FAAA) is unknown color: approx Pale Green. HEX triplet: A6, FA and AA. RGB value is (166,250,170). Sum of RGB (Red+Green+Blue) = 166+250+170=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FAAA is #590555. Grayscale: #D8D8D8. Windows color (decimal): -5834070 or 11205286. OLE color: 11205286.

HSL color Cylindrical-coordinate representation of color #A6FAAA: hue angle of 122.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAAA is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB166250170-
CMYK0.3400.320.02
HSL122.86º89.36%81.57%-
HSV(B)122.86º33.6%98.04%-
XYZ57.1779.3850.34-
YUV215.76102.1792.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=28.33%
G=42.66%
B=29.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501700.3400.320.02122.8689.3681.57
HexA6FAAA2202027b5952
Octal246372252420402173131122
Binary101001101111101010101010100010010000010111101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FAAA; }

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

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

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

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

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

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

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

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