#A5CD79

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

Shades of Feijoa #A5CD79

Tints of Feijoa #A5CD79

Color information

#A5CD79 (or 0xA5CD79) is unknown color: approx Feijoa. HEX triplet: A5, CD and 79. RGB value is (165,205,121). Sum of RGB (Red+Green+Blue) = 165+205+121=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD79 is #5A3286. Grayscale: #B7B7B7. Windows color (decimal): -5911175 or 7982501. OLE color: 7982501.

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

Color convert

RGB165205121-
CMYK0.2000.410.20
HSL88.57º45.65%63.92%-
HSV(B)88.57º40.98%80.39%-
XYZ40.853.0426.18-
YUV183.4692.75114.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=33.60%
G=41.75%
B=24.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051210.2000.410.2088.5745.6563.92
HexA5CD791402914592e40
Octal245315171240512413156100
Binary101001011100110111110011010001010011010010110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD79; }

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

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

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

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

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

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

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

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