#A4DE87

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

Shades of Feijoa #A4DE87

Tints of Feijoa #A4DE87

Color information

#A4DE87 (or 0xA4DE87) is unknown color: approx Feijoa. HEX triplet: A4, DE and 87. RGB value is (164,222,135). Sum of RGB (Red+Green+Blue) = 164+222+135=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DE87 is #5B2178. Grayscale: #C3C3C3. Windows color (decimal): -5972345 or 8904356. OLE color: 8904356.

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

Color convert

RGB164222135-
CMYK0.2600.390.13
HSL100º56.86%70%-
HSV(B)100º39.19%87.06%-
XYZ45.861.8832.45-
YUV194.7494.28106.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 135 (53.12% from 255) = 25.91%
R=31.48%
G=42.61%
B=25.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642221350.2600.390.1310056.8670
HexA4DE871A027D643946
Octal244336207320471514471106
Binary101001001101111010000111110100100111110111001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE87; }

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

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

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

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

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

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

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

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