#A0FCAC

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

Shades of Pale Green #A0FCAC

Tints of Pale Green #A0FCAC

Color information

#A0FCAC (or 0xA0FCAC) is unknown color: approx Pale Green. HEX triplet: A0, FC and AC. RGB value is (160,252,172). Sum of RGB (Red+Green+Blue) = 160+252+172=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCAC is #5F0353. Grayscale: #D7D7D7. Windows color (decimal): -6226772 or 11336864. OLE color: 11336864.

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

Color convert

RGB160252172-
CMYK0.3700.320.01
HSL127.83º93.88%80.78%-
HSV(B)127.83º36.51%98.82%-
XYZ56.7580.0751.49-
YUV215.37103.5288.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 252 (98.83% from 255) = 43.15%
BLUE value IS 172 (67.58% from 255) = 29.45%
R=27.40%
G=43.15%
B=29.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521720.3700.320.01127.8393.8880.78
HexA0FCAC250201805e51
Octal240374254450401200136121
Binary101000001111110010101100100101010000011000000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCAC; }

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

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

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

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

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

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

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

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