#a5dc79

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

Shades of Feijoa #A5DC79

Tints of Feijoa #A5DC79

Color information

#A5DC79 (or 0xA5DC79) is unknown color: approx Feijoa. HEX triplet: A5, DC and 79. RGB value is (165,220,121). Sum of RGB (Red+Green+Blue) = 165+220+121=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC79 is #5A2386. Grayscale: #C0C0C0. Windows color (decimal): -5907335 or 7986341. OLE color: 7986341.

HSL color Cylindrical-coordinate representation of color #A5DC79: hue angle of 93.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5DC79 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB165220121-
CMYK0.2500.450.14
HSL93.33º58.58%66.86%-
HSV(B)93.33º45%86.27%-
XYZ44.5660.5727.43-
YUV192.2787.78108.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=32.61%
G=43.48%
B=23.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201210.2500.450.1493.3358.5866.86
HexA5DC791902DE5d3b43
Octal245334171310551613573103
Binary10100101110111001111001110010101101111010111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5dc79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5dc79; }

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

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

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

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

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

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

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

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