#A1FA96

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

Shades of Pale Green #A1FA96

Tints of Pale Green #A1FA96

Color information

#A1FA96 (or 0xA1FA96) is unknown color: approx Pale Green. HEX triplet: A1, FA and 96. RGB value is (161,250,150). Sum of RGB (Red+Green+Blue) = 161+250+150=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FA96 is #5E0569. Grayscale: #D4D4D4. Windows color (decimal): -6161770 or 9894561. OLE color: 9894561.

HSL color Cylindrical-coordinate representation of color #A1FA96: hue angle of 113.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1FA96 is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB161250150-
CMYK0.3600.40.02
HSL113.4º90.91%78.43%-
HSV(B)113.4º40%98.04%-
XYZ54.3978.1541.07-
YUV211.9993.0191.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=28.70%
G=44.56%
B=26.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612501500.3600.40.02113.490.9178.43
HexA1FA96240282715b4e
Octal241372226440502161133116
Binary101000011111101010010110100100010100010111000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA96; }

 p { color: rgb(161,250,150); }

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

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

 a { background-color: rgb(161,250,150); }

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

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

 span { border-color: rgb(161,250,150); }

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