#A4D87D

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

Shades of Feijoa #A4D87D

Tints of Feijoa #A4D87D

Color information

#A4D87D (or 0xA4D87D) is unknown color: approx Feijoa. HEX triplet: A4, D8 and 7D. RGB value is (164,216,125). Sum of RGB (Red+Green+Blue) = 164+216+125=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D87D is #5B2782. Grayscale: #BEBEBE. Windows color (decimal): -5973891 or 8247460. OLE color: 8247460.

HSL color Cylindrical-coordinate representation of color #A4D87D: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4D87D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB164216125-
CMYK0.2400.420.15
HSL94.29º53.85%66.86%-
HSV(B)94.29º42.13%84.71%-
XYZ43.5758.4828.39-
YUV190.0891.27109.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=32.48%
G=42.77%
B=24.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642161250.2400.420.1594.2953.8566.86
HexA4D87D1802AF5e3643
Octal244330175300521713666103
Binary10100100110110001111101110000101010111110111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D87D; }

 p { color: rgb(164,216,125); }

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

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

 a { background-color: rgb(164,216,125); }

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

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

 span { border-color: rgb(164,216,125); }

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