#A4D576

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

Shades of Feijoa #A4D576

Tints of Feijoa #A4D576

Color information

#A4D576 (or 0xA4D576) is unknown color: approx Feijoa. HEX triplet: A4, D5 and 76. RGB value is (164,213,118). Sum of RGB (Red+Green+Blue) = 164+213+118=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D576 is #5B2A89. Grayscale: #BBBBBB. Windows color (decimal): -5974666 or 7787940. OLE color: 7787940.

HSL color Cylindrical-coordinate representation of color #A4D576: hue angle of 90.95º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4D576 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB164213118-
CMYK0.2300.450.16
HSL90.95º53.07%64.9%-
HSV(B)90.95º44.6%83.53%-
XYZ42.3756.7925.87-
YUV187.5288.77111.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=33.13%
G=43.03%
B=23.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642131180.2300.450.1690.9553.0764.9
HexA4D5761702D105b3541
Octal244325166270552013365101
Binary101001001101010111101101011101011011000010110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D576; }

 p { color: rgb(164,213,118); }

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

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

 a { background-color: rgb(164,213,118); }

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

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

 span { border-color: rgb(164,213,118); }

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