#A2FA97

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

Shades of Pale Green #A2FA97

Tints of Pale Green #A2FA97

Color information

#A2FA97 (or 0xA2FA97) is unknown color: approx Pale Green. HEX triplet: A2, FA and 97. RGB value is (162,250,151). Sum of RGB (Red+Green+Blue) = 162+250+151=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA97 is #5D0568. Grayscale: #D4D4D4. Windows color (decimal): -6096233 or 9960098. OLE color: 9960098.

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

Color convert

RGB162250151-
CMYK0.3500.400.02
HSL113.33º90.83%78.63%-
HSV(B)113.33º39.6%98.04%-
XYZ54.6778.2941.51-
YUV212.493.3592.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=28.77%
G=44.40%
B=26.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501510.3500.400.02113.3390.8378.63
HexA2FA97230282715b4f
Octal242372227430502161133117
Binary101000101111101010010111100011010100010111000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FA97; }

 p { color: rgb(162,250,151); }

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

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

 a { background-color: rgb(162,250,151); }

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

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

 span { border-color: rgb(162,250,151); }

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