#A4FC96

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

Shades of Pale Green #A4FC96

Tints of Pale Green #A4FC96

Color information

#A4FC96 (or 0xA4FC96) is unknown color: approx Pale Green. HEX triplet: A4, FC and 96. RGB value is (164,252,150). Sum of RGB (Red+Green+Blue) = 164+252+150=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC96 is #5B0369. Grayscale: #D6D6D6. Windows color (decimal): -5964650 or 9895076. OLE color: 9895076.

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

Color convert

RGB164252150-
CMYK0.3500.400.01
HSL111.76º94.44%78.82%-
HSV(B)111.76º40.48%98.82%-
XYZ55.6379.7241.31-
YUV214.0691.8592.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.98%
GREEN value IS 252 (98.83% from 255) = 44.52%
BLUE value IS 150 (58.98% from 255) = 26.50%
R=28.98%
G=44.52%
B=26.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521500.3500.400.01111.7694.4478.82
HexA4FC96230281705e4f
Octal244374226430501160136117
Binary10100100111111001001011010001101010001111000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FC96; }

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

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

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

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

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

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

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

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