#A4DD84

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

Shades of Feijoa #A4DD84

Tints of Feijoa #A4DD84

Color information

#A4DD84 (or 0xA4DD84) is unknown color: approx Feijoa. HEX triplet: A4, DD and 84. RGB value is (164,221,132). Sum of RGB (Red+Green+Blue) = 164+221+132=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DD84 is #5B227B. Grayscale: #C2C2C2. Windows color (decimal): -5972604 or 8707492. OLE color: 8707492.

HSL color Cylindrical-coordinate representation of color #A4DD84: hue angle of 98.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4DD84 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB164221132-
CMYK0.2600.400.13
HSL98.43º56.69%69.22%-
HSV(B)98.43º40.27%86.67%-
XYZ45.3361.2731.27-
YUV193.8193.12106.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=31.72%
G=42.75%
B=25.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642211320.2600.400.1398.4356.6969.22
HexA4DD841A028D623945
Octal244335204320501514271105
Binary101001001101110110000100110100101000110111000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DD84; }

 p { color: rgb(164,221,132); }

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

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

 a { background-color: rgb(164,221,132); }

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

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

 span { border-color: rgb(164,221,132); }

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