#A4FC86

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

Shades of Pale Green #A4FC86

Tints of Pale Green #A4FC86

Color information

#A4FC86 (or 0xA4FC86) is unknown color: approx Pale Green. HEX triplet: A4, FC and 86. RGB value is (164,252,134). Sum of RGB (Red+Green+Blue) = 164+252+134=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC86 is #5B0379. Grayscale: #D4D4D4. Windows color (decimal): -5964666 or 8846500. OLE color: 8846500.

HSL color Cylindrical-coordinate representation of color #A4FC86: hue angle of 104.75º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4FC86 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB164252134-
CMYK0.3500.470.01
HSL104.75º95.16%75.69%-
HSV(B)104.75º46.83%98.82%-
XYZ54.4279.2334.98-
YUV212.2483.8593.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 252 (98.83% from 255) = 45.82%
BLUE value IS 134 (52.73% from 255) = 24.36%
R=29.82%
G=45.82%
B=24.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521340.3500.470.01104.7595.1675.69
HexA4FC862302F1695f4c
Octal244374206430571151137114
Binary10100100111111001000011010001101011111110100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FC86; }

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

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

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

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

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

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

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

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