#A5D76A

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

Shades of Feijoa #A5D76A

Tints of Feijoa #A5D76A

Color information

#A5D76A (or 0xA5D76A) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 6A. RGB value is (165,215,106). Sum of RGB (Red+Green+Blue) = 165+215+106=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D76A is #5A2895. Grayscale: #BCBCBC. Windows color (decimal): -5908630 or 7002021. OLE color: 7002021.

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

Color convert

RGB165215106-
CMYK0.2300.510.16
HSL87.52º57.67%62.94%-
HSV(B)87.52º50.7%84.31%-
XYZ42.4257.6422.53-
YUV187.6281.94111.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 215 (84.38% from 255) = 44.24%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=33.95%
G=44.24%
B=21.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151060.2300.510.1687.5257.6762.94
HexA5D76A1703310583a3f
Octal24532715227063201307277
Binary10100101110101111101010101110110011100001011000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D76A; }

 p { color: rgb(165,215,106); }

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

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

 a { background-color: rgb(165,215,106); }

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

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

 span { border-color: rgb(165,215,106); }

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