#A4DE83

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

Shades of Feijoa #A4DE83

Tints of Feijoa #A4DE83

Color information

#A4DE83 (or 0xA4DE83) is unknown color: approx Feijoa. HEX triplet: A4, DE and 83. RGB value is (164,222,131). Sum of RGB (Red+Green+Blue) = 164+222+131=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DE83 is #5B217C. Grayscale: #C2C2C2. Windows color (decimal): -5972349 or 8642212. OLE color: 8642212.

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

Color convert

RGB164222131-
CMYK0.2600.410.13
HSL98.24º57.96%69.22%-
HSV(B)98.24º40.99%87.06%-
XYZ45.5361.7731-
YUV194.2892.28106.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=31.72%
G=42.94%
B=25.34%

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
Decimal1642221310.2600.410.1398.2457.9669.22
HexA4DE831A029D623a45
Octal244336203320511514272105
Binary101001001101111010000011110100101001110111000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE83; }

 p { color: rgb(164,222,131); }

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

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

 a { background-color: rgb(164,222,131); }

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

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

 span { border-color: rgb(164,222,131); }

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