#A0FCAA

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

Shades of Pale Green #A0FCAA

Tints of Pale Green #A0FCAA

Color information

#A0FCAA (or 0xA0FCAA) is unknown color: approx Pale Green. HEX triplet: A0, FC and AA. RGB value is (160,252,170). Sum of RGB (Red+Green+Blue) = 160+252+170=582 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.49% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCAA is #5F0355. Grayscale: #D7D7D7. Windows color (decimal): -6226774 or 11205792. OLE color: 11205792.

HSL color Cylindrical-coordinate representation of color #A0FCAA: hue angle of 126.52º 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 #A0FCAA is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB160252170-
CMYK0.3700.330.01
HSL126.52º93.88%80.78%-
HSV(B)126.52º36.51%98.82%-
XYZ56.568050.49-
YUV215.14102.5288.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.49%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=27.49%
G=43.30%
B=29.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602521700.3700.330.01126.5293.8880.78
HexA0FCAA2502117f5e51
Octal240374252450411177136121
Binary10100000111111001010101010010101000011111111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FCAA; }

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

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

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

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

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

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

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

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