#A0FA8D

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

Shades of Pale Green #A0FA8D

Tints of Pale Green #A0FA8D

Color information

#A0FA8D (or 0xA0FA8D) is unknown color: approx Pale Green. HEX triplet: A0, FA and 8D. RGB value is (160,250,141). Sum of RGB (Red+Green+Blue) = 160+250+141=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FA8D is #5F0572. Grayscale: #D3D3D3. Windows color (decimal): -6227315 or 9304736. OLE color: 9304736.

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

Color convert

RGB160250141-
CMYK0.3600.440.02
HSL109.54º91.6%76.67%-
HSV(B)109.54º43.6%98.04%-
XYZ53.4977.7737.39-
YUV210.6688.6891.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 141 (55.47% from 255) = 25.59%
R=29.04%
G=45.37%
B=25.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602501410.3600.440.02109.5491.676.67
HexA0FA8D2402C26e5c4d
Octal240372215440542156134115
Binary101000001111101010001101100100010110010110111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA8D; }

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

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

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

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

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

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

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

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