#A4FC82

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

Shades of Pale Green #A4FC82

Tints of Pale Green #A4FC82

Color information

#A4FC82 (or 0xA4FC82) is unknown color: approx Pale Green. HEX triplet: A4, FC and 82. RGB value is (164,252,130). Sum of RGB (Red+Green+Blue) = 164+252+130=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC82 is #5B037D. Grayscale: #D4D4D4. Windows color (decimal): -5964670 or 8584356. OLE color: 8584356.

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

Color convert

RGB164252130-
CMYK0.3500.480.01
HSL103.28º95.31%74.9%-
HSV(B)103.28º48.41%98.82%-
XYZ54.1579.1333.54-
YUV211.7881.8593.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 252 (98.83% from 255) = 46.15%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=30.04%
G=46.15%
B=23.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521300.3500.480.01103.2895.3174.9
HexA4FC82230301675f4b
Octal244374202430601147137113
Binary10100100111111001000001010001101100001110011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FC82; }

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

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

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

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

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

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

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

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