#A1F7A0

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

Shades of Pale Green #A1F7A0

Tints of Pale Green #A1F7A0

Color information

#A1F7A0 (or 0xA1F7A0) is unknown color: approx Pale Green. HEX triplet: A1, F7 and A0. RGB value is (161,247,160). Sum of RGB (Red+Green+Blue) = 161+247+160=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F7A0 is #5E085F. Grayscale: #D3D3D3. Windows color (decimal): -6162528 or 10549153. OLE color: 10549153.

HSL color Cylindrical-coordinate representation of color #A1F7A0: hue angle of 119.31º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F7A0 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB161247160-
CMYK0.3500.350.03
HSL119.31º84.47%79.8%-
HSV(B)119.31º35.22%96.86%-
XYZ54.376.6445.19-
YUV211.3799.0192.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 247 (96.88% from 255) = 43.49%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=28.35%
G=43.49%
B=28.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1612471600.3500.350.03119.3184.4779.8
HexA1F7A0230233775450
Octal241367240430433167124120
Binary101000011111011110100000100011010001111111011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F7A0; }

 p { color: rgb(161,247,160); }

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

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

 a { background-color: rgb(161,247,160); }

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

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

 span { border-color: rgb(161,247,160); }

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