#A2CD76

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

Shades of Feijoa #A2CD76

Tints of Feijoa #A2CD76

Color information

#A2CD76 (or 0xA2CD76) is unknown color: approx Feijoa. HEX triplet: A2, CD and 76. RGB value is (162,205,118). Sum of RGB (Red+Green+Blue) = 162+205+118=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD76 is #5D3289. Grayscale: #B6B6B6. Windows color (decimal): -6107786 or 7785890. OLE color: 7785890.

HSL color Cylindrical-coordinate representation of color #A2CD76: hue angle of 89.66º 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 #A2CD76 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB162205118-
CMYK0.2100.420.20
HSL89.66º46.52%63.33%-
HSV(B)89.66º42.44%80.39%-
XYZ4052.6525.19-
YUV182.2291.75113.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=33.40%
G=42.27%
B=24.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051180.2100.420.2089.6646.5263.33
HexA2CD761502A145a2f3f
Octal24231516625052241325777
Binary10100010110011011110110101010101010101001011010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD76; }

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

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

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

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

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

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

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

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