#A4CD76

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

Shades of Feijoa #A4CD76

Tints of Feijoa #A4CD76

Color information

#A4CD76 (or 0xA4CD76) is unknown color: approx Feijoa. HEX triplet: A4, CD and 76. RGB value is (164,205,118). Sum of RGB (Red+Green+Blue) = 164+205+118=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CD76 is #5B3289. Grayscale: #B7B7B7. Windows color (decimal): -5976714 or 7785892. OLE color: 7785892.

HSL color Cylindrical-coordinate representation of color #A4CD76: hue angle of 88.28º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4CD76 is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB164205118-
CMYK0.200.420.20
HSL88.28º46.52%63.33%-
HSV(B)88.28º42.44%80.39%-
XYZ40.4152.8625.21-
YUV182.8291.42114.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=33.68%
G=42.09%
B=24.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051180.200.420.2088.2846.5263.33
HexA4CD761402A14582f3f
Octal24431516624052241305777
Binary10100100110011011110110101000101010101001011000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD76; }

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

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

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

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

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

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

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

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