#A5CF79

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

Shades of Feijoa #A5CF79

Tints of Feijoa #A5CF79

Color information

#A5CF79 (or 0xA5CF79) is unknown color: approx Feijoa. HEX triplet: A5, CF and 79. RGB value is (165,207,121). Sum of RGB (Red+Green+Blue) = 165+207+121=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF79 is #5A3086. Grayscale: #B8B8B8. Windows color (decimal): -5910663 or 7983013. OLE color: 7983013.

HSL color Cylindrical-coordinate representation of color #A5CF79: hue angle of 89.3º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5CF79 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB165207121-
CMYK0.2000.420.19
HSL89.3º47.25%64.31%-
HSV(B)89.3º41.55%81.18%-
XYZ41.2854.0126.34-
YUV184.6492.09113.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 207 (81.25% from 255) = 41.99%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=33.47%
G=41.99%
B=24.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652071210.2000.420.1989.347.2564.31
HexA5CF791402A13592f40
Octal245317171240522313157100
Binary101001011100111111110011010001010101001110110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF79; }

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

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

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

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

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

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

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

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