#A4F986

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

Shades of Pale Green #A4F986

Tints of Pale Green #A4F986

Color information

#A4F986 (or 0xA4F986) is unknown color: approx Pale Green. HEX triplet: A4, F9 and 86. RGB value is (164,249,134). Sum of RGB (Red+Green+Blue) = 164+249+134=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F986 is #5B0679. Grayscale: #D2D2D2. Windows color (decimal): -5965434 or 8845732. OLE color: 8845732.

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

Color convert

RGB164249134-
CMYK0.3400.460.02
HSL104.35º90.55%75.1%-
HSV(B)104.35º46.18%97.65%-
XYZ53.4977.3734.67-
YUV210.4884.8494.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=29.98%
G=45.52%
B=24.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642491340.3400.460.02104.3590.5575.1
HexA4F9862202E2685b4b
Octal244371206420562150133113
Binary101001001111100110000110100010010111010110100010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F986; }

 p { color: rgb(164,249,134); }

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

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

 a { background-color: rgb(164,249,134); }

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

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

 span { border-color: rgb(164,249,134); }

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