#A8FA8D

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

Shades of Pale Green #A8FA8D

Tints of Pale Green #A8FA8D

Color information

#A8FA8D (or 0xA8FA8D) is unknown color: approx Pale Green. HEX triplet: A8, FA and 8D. RGB value is (168,250,141). Sum of RGB (Red+Green+Blue) = 168+250+141=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA8D is #570572. Grayscale: #D5D5D5. Windows color (decimal): -5703027 or 9304744. OLE color: 9304744.

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

Color convert

RGB168250141-
CMYK0.3300.440.02
HSL105.14º91.6%76.67%-
HSV(B)105.14º43.6%98.04%-
XYZ55.1478.6237.47-
YUV213.0687.3395.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=30.05%
G=44.72%
B=25.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682501410.3300.440.02105.1491.676.67
HexA8FA8D2102C2695c4d
Octal250372215410542151134115
Binary101010001111101010001101100001010110010110100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FA8D; }

 p { color: rgb(168,250,141); }

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

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

 a { background-color: rgb(168,250,141); }

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

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

 span { border-color: rgb(168,250,141); }

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