#A4FA96

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

Shades of Pale Green #A4FA96

Tints of Pale Green #A4FA96

Color information

#A4FA96 (or 0xA4FA96) is unknown color: approx Pale Green. HEX triplet: A4, FA and 96. RGB value is (164,250,150). Sum of RGB (Red+Green+Blue) = 164+250+150=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FA96 is #5B0569. Grayscale: #D5D5D5. Windows color (decimal): -5965162 or 9894564. OLE color: 9894564.

HSL color Cylindrical-coordinate representation of color #A4FA96: hue angle of 111.6º 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 #A4FA96 is Cyan = 0.34, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB164250150-
CMYK0.3400.40.02
HSL111.6º90.91%78.43%-
HSV(B)111.6º40%98.04%-
XYZ5578.4741.1-
YUV212.8992.5193.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.08%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 150 (58.98% from 255) = 26.60%
R=29.08%
G=44.33%
B=26.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501500.3400.40.02111.690.9178.43
HexA4FA96220282705b4e
Octal244372226420502160133116
Binary101001001111101010010110100010010100010111000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA96; }

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

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

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

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

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

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

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

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