#A4FA85

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

Shades of Pale Green #A4FA85

Tints of Pale Green #A4FA85

Color information

#A4FA85 (or 0xA4FA85) is unknown color: approx Pale Green. HEX triplet: A4, FA and 85. RGB value is (164,250,133). Sum of RGB (Red+Green+Blue) = 164+250+133=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FA85 is #5B057A. Grayscale: #D3D3D3. Windows color (decimal): -5965179 or 8780452. OLE color: 8780452.

HSL color Cylindrical-coordinate representation of color #A4FA85: hue angle of 104.1º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4FA85 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB164250133-
CMYK0.3400.470.02
HSL104.1º92.13%75.1%-
HSV(B)104.1º46.8%98.04%-
XYZ53.7377.9634.41-
YUV210.9584.0194.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 250 (98.05% from 255) = 45.70%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=29.98%
G=45.70%
B=24.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501330.3400.470.02104.192.1375.1
HexA4FA852202F2685c4b
Octal244372205420572150134113
Binary101001001111101010000101100010010111110110100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA85; }

 p { color: rgb(164,250,133); }

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

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

 a { background-color: rgb(164,250,133); }

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

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

 span { border-color: rgb(164,250,133); }

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