#A4FC95

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

Shades of Pale Green #A4FC95

Tints of Pale Green #A4FC95

Color information

#A4FC95 (or 0xA4FC95) is unknown color: approx Pale Green. HEX triplet: A4, FC and 95. RGB value is (164,252,149). Sum of RGB (Red+Green+Blue) = 164+252+149=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FC95 is #5B036A. Grayscale: #D6D6D6. Windows color (decimal): -5964651 or 9829540. OLE color: 9829540.

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

Color convert

RGB164252149-
CMYK0.3500.410.01
HSL111.26º94.5%78.63%-
HSV(B)111.26º40.87%98.82%-
XYZ55.5579.6840.89-
YUV213.9591.3592.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=29.03%
G=44.60%
B=26.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521490.3500.410.01111.2694.578.63
HexA4FC952302916f5e4f
Octal244374225430511157136117
Binary10100100111111001001010110001101010011110111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FC95; }

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

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

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

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

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

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

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

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