#A6FA94

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

Shades of Pale Green #A6FA94

Tints of Pale Green #A6FA94

Color information

#A6FA94 (or 0xA6FA94) is unknown color: approx Pale Green. HEX triplet: A6, FA and 94. RGB value is (166,250,148). Sum of RGB (Red+Green+Blue) = 166+250+148=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FA94 is #59056B. Grayscale: #D5D5D5. Windows color (decimal): -5834092 or 9763494. OLE color: 9763494.

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

Color convert

RGB166250148-
CMYK0.3400.410.02
HSL109.41º91.07%78.04%-
HSV(B)109.41º40.8%98.04%-
XYZ55.2678.6240.28-
YUV213.2691.1794.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=29.43%
G=44.33%
B=26.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501480.3400.410.02109.4191.0778.04
HexA6FA942202926d5b4e
Octal246372224420512155133116
Binary101001101111101010010100100010010100110110110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FA94; }

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

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

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

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

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

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

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

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