#A5CA80

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

Shades of Feijoa #A5CA80

Tints of Feijoa #A5CA80

Color information

#A5CA80 (or 0xA5CA80) is unknown color: approx Feijoa. HEX triplet: A5, CA and 80. RGB value is (165,202,128). Sum of RGB (Red+Green+Blue) = 165+202+128=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA80 is #5A357F. Grayscale: #B6B6B6. Windows color (decimal): -5911936 or 8440485. OLE color: 8440485.

HSL color Cylindrical-coordinate representation of color #A5CA80: hue angle of 90º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5CA80 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB165202128-
CMYK0.1800.370.21
HSL90º41.11%64.71%-
HSV(B)90º36.63%79.22%-
XYZ40.5351.828.28-
YUV182.597.24115.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=33.33%
G=40.81%
B=25.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021280.1800.370.219041.1164.71
HexA5CA8012025155a2941
Octal245312200220452513251101
Binary1010010111001010100000001001001001011010110110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA80; }

 p { color: rgb(165,202,128); }

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

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

 a { background-color: rgb(165,202,128); }

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

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

 span { border-color: rgb(165,202,128); }

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