#A5CD89

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

Shades of Feijoa #A5CD89

Tints of Feijoa #A5CD89

Color information

#A5CD89 (or 0xA5CD89) is unknown color: approx Feijoa. HEX triplet: A5, CD and 89. RGB value is (165,205,137). Sum of RGB (Red+Green+Blue) = 165+205+137=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CD89 is #5A3276. Grayscale: #B9B9B9. Windows color (decimal): -5911159 or 9031077. OLE color: 9031077.

HSL color Cylindrical-coordinate representation of color #A5CD89: hue angle of 95.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5CD89 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB165205137-
CMYK0.2000.330.20
HSL95.29º40.48%67.06%-
HSV(B)95.29º33.17%80.39%-
XYZ41.8653.4731.78-
YUV185.29100.75113.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=32.54%
G=40.43%
B=27.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051370.2000.330.2095.2940.4867.06
HexA5CD8914021145f2843
Octal245315211240412413750103
Binary1010010111001101100010011010001000011010010111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD89; }

 p { color: rgb(165,205,137); }

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

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

 a { background-color: rgb(165,205,137); }

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

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

 span { border-color: rgb(165,205,137); }

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