#A4F1A0

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

Shades of Pale Green #A4F1A0

Tints of Pale Green #A4F1A0

Color information

#A4F1A0 (or 0xA4F1A0) is unknown color: approx Pale Green. HEX triplet: A4, F1 and A0. RGB value is (164,241,160). Sum of RGB (Red+Green+Blue) = 164+241+160=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F1A0 is #5B0E5F. Grayscale: #D0D0D0. Windows color (decimal): -5967456 or 10547620. OLE color: 10547620.

HSL color Cylindrical-coordinate representation of color #A4F1A0: hue angle of 117.04º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F1A0 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB164241160-
CMYK0.3200.340.05
HSL117.04º74.31%78.63%-
HSV(B)117.04º33.61%94.51%-
XYZ53.1173.3444.61-
YUV208.74100.4996.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 160 (62.89% from 255) = 28.32%
R=29.03%
G=42.65%
B=28.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642411600.3200.340.05117.0474.3178.63
HexA4F1A0200225754a4f
Octal244361240400425165112117
Binary1010010011110001101000001000000100010101111010110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F1A0; }

 p { color: rgb(164,241,160); }

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

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

 a { background-color: rgb(164,241,160); }

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

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

 span { border-color: rgb(164,241,160); }

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