#A0FC88

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

Shades of Pale Green #A0FC88

Tints of Pale Green #A0FC88

Color information

#A0FC88 (or 0xA0FC88) is unknown color: approx Pale Green. HEX triplet: A0, FC and 88. RGB value is (160,252,136). Sum of RGB (Red+Green+Blue) = 160+252+136=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FC88 is #5F0377. Grayscale: #D3D3D3. Windows color (decimal): -6226808 or 8977568. OLE color: 8977568.

HSL color Cylindrical-coordinate representation of color #A0FC88: hue angle of 107.59º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0FC88 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB160252136-
CMYK0.3700.460.01
HSL107.59º95.08%76.08%-
HSV(B)107.59º46.03%98.82%-
XYZ53.7578.8735.68-
YUV211.2785.5291.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 252 (98.83% from 255) = 45.99%
BLUE value IS 136 (53.52% from 255) = 24.82%
R=29.20%
G=45.99%
B=24.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521360.3700.460.01107.5995.0876.08
HexA0FC882502E16c5f4c
Octal240374210450561154137114
Binary10100000111111001000100010010101011101110110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FC88; }

 p { color: rgb(160,252,136); }

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

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

 a { background-color: rgb(160,252,136); }

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

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

 span { border-color: rgb(160,252,136); }

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