#A4FC7D

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

Shades of Feijoa #A4FC7D

Tints of Feijoa #A4FC7D

Color information

#A4FC7D (or 0xA4FC7D) is unknown color: approx Feijoa. HEX triplet: A4, FC and 7D. RGB value is (164,252,125). Sum of RGB (Red+Green+Blue) = 164+252+125=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FC7D is #5B0382. Grayscale: #D3D3D3. Windows color (decimal): -5964675 or 8256676. OLE color: 8256676.

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

Color convert

RGB164252125-
CMYK0.3500.500.01
HSL101.57º95.49%73.92%-
HSV(B)101.57º50.4%98.82%-
XYZ53.8278.9931.81-
YUV211.2179.3594.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 252 (98.83% from 255) = 46.58%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=30.31%
G=46.58%
B=23.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642521250.3500.500.01101.5795.4973.92
HexA4FC7D230321665f4a
Octal244374175430621146137112
Binary1010010011111100111110110001101100101110011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FC7D; }

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

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

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

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

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

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

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

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