#A4DF84

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

Shades of Feijoa #A4DF84

Tints of Feijoa #A4DF84

Color information

#A4DF84 (or 0xA4DF84) is unknown color: approx Feijoa. HEX triplet: A4, DF and 84. RGB value is (164,223,132). Sum of RGB (Red+Green+Blue) = 164+223+132=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DF84 is #5B207B. Grayscale: #C3C3C3. Windows color (decimal): -5972092 or 8708004. OLE color: 8708004.

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

Color convert

RGB164223132-
CMYK0.2600.410.13
HSL98.9º58.71%69.61%-
HSV(B)98.9º40.81%87.45%-
XYZ45.8662.3331.44-
YUV194.9892.45105.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=31.60%
G=42.97%
B=25.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642231320.2600.410.1398.958.7169.61
HexA4DF841A029D633b46
Octal244337204320511514373106
Binary101001001101111110000100110100101001110111000111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DF84; }

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

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

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

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

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

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

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

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