#A4DF7A

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

Shades of Feijoa #A4DF7A

Tints of Feijoa #A4DF7A

Color information

#A4DF7A (or 0xA4DF7A) is unknown color: approx Feijoa. HEX triplet: A4, DF and 7A. RGB value is (164,223,122). Sum of RGB (Red+Green+Blue) = 164+223+122=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF7A is #5B2085. Grayscale: #C2C2C2. Windows color (decimal): -5972102 or 8052644. OLE color: 8052644.

HSL color Cylindrical-coordinate representation of color #A4DF7A: hue angle of 95.05º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4DF7A is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB164223122-
CMYK0.2600.450.13
HSL95.05º61.21%67.65%-
HSV(B)95.05º45.29%87.45%-
XYZ45.2162.0728.01-
YUV193.8487.45106.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 223 (87.5% from 255) = 43.81%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=32.22%
G=43.81%
B=23.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231220.2600.450.1395.0561.2167.65
HexA4DF7A1A02DD5f3d44
Octal244337172320551513775104
Binary10100100110111111111010110100101101110110111111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DF7A; }

 p { color: rgb(164,223,122); }

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

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

 a { background-color: rgb(164,223,122); }

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

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

 span { border-color: rgb(164,223,122); }

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