#A5D96C

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

Shades of Feijoa #A5D96C

Tints of Feijoa #A5D96C

Color information

#A5D96C (or 0xA5D96C) is unknown color: approx Feijoa. HEX triplet: A5, D9 and 6C. RGB value is (165,217,108). Sum of RGB (Red+Green+Blue) = 165+217+108=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D96C is #5A2693. Grayscale: #BDBDBD. Windows color (decimal): -5908116 or 7133605. OLE color: 7133605.

HSL color Cylindrical-coordinate representation of color #A5D96C: hue angle of 88.62º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5D96C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB165217108-
CMYK0.2400.500.15
HSL88.62º58.92%63.73%-
HSV(B)88.62º50.23%85.1%-
XYZ43.0458.7123.25-
YUV189.0382.27110.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 217 (85.16% from 255) = 44.29%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=33.67%
G=44.29%
B=22.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652171080.2400.500.1588.6258.9263.73
HexA5D96C18032F593b40
Octal245331154300621713173100
Binary10100101110110011101100110000110010111110110011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D96C; }

 p { color: rgb(165,217,108); }

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

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

 a { background-color: rgb(165,217,108); }

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

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

 span { border-color: rgb(165,217,108); }

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