#A1FCA7

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

Shades of Pale Green #A1FCA7

Tints of Pale Green #A1FCA7

Color information

#A1FCA7 (or 0xA1FCA7) is unknown color: approx Pale Green. HEX triplet: A1, FC and A7. RGB value is (161,252,167). Sum of RGB (Red+Green+Blue) = 161+252+167=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 167 (65.62% from 255 or 28.79% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCA7 is #5E0358. Grayscale: #D7D7D7. Windows color (decimal): -6161241 or 11009185. OLE color: 11009185.

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

Color convert

RGB161252167-
CMYK0.3600.340.01
HSL123.96º93.81%80.98%-
HSV(B)123.96º36.11%98.82%-
XYZ56.4879.9949.02-
YUV215.1100.8589.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 252 (98.83% from 255) = 43.45%
BLUE value IS 167 (65.62% from 255) = 28.79%
R=27.76%
G=43.45%
B=28.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612521670.3600.340.01123.9693.8180.98
HexA1FCA72402217c5e51
Octal241374247440421174136121
Binary10100001111111001010011110010001000101111110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FCA7; }

 p { color: rgb(161,252,167); }

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

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

 a { background-color: rgb(161,252,167); }

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

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

 span { border-color: rgb(161,252,167); }

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