#A1FD9E

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

Shades of Pale Green #A1FD9E

Tints of Pale Green #A1FD9E

Color information

#A1FD9E (or 0xA1FD9E) is unknown color: approx Pale Green. HEX triplet: A1, FD and 9E. RGB value is (161,253,158). Sum of RGB (Red+Green+Blue) = 161+253+158=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FD9E is #5E0261. Grayscale: #D6D6D6. Windows color (decimal): -6160994 or 10419617. OLE color: 10419617.

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

Color convert

RGB161253158-
CMYK0.3600.380.01
HSL118.11º95.96%80.59%-
HSV(B)118.11º37.55%99.22%-
XYZ55.9980.344.9-
YUV214.6696.0289.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 253 (99.22% from 255) = 44.23%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=28.15%
G=44.23%
B=27.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612531580.3600.380.01118.1195.9680.59
HexA1FD9E240261766051
Octal241375236440461166140121
Binary10100001111111011001111010010001001101111011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FD9E; }

 p { color: rgb(161,253,158); }

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

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

 a { background-color: rgb(161,253,158); }

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

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

 span { border-color: rgb(161,253,158); }

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