#A6DC79

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

Shades of Feijoa #A6DC79

Tints of Feijoa #A6DC79

Color information

#A6DC79 (or 0xA6DC79) is unknown color: approx Feijoa. HEX triplet: A6, DC and 79. RGB value is (166,220,121). Sum of RGB (Red+Green+Blue) = 166+220+121=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC79 is #592386. Grayscale: #C0C0C0. Windows color (decimal): -5841799 or 7986342. OLE color: 7986342.

HSL color Cylindrical-coordinate representation of color #A6DC79: hue angle of 92.73º 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 #A6DC79 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB166220121-
CMYK0.2500.450.14
HSL92.73º58.58%66.86%-
HSV(B)92.73º45%86.27%-
XYZ44.7760.6727.44-
YUV192.5787.61109.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 220 (86.33% from 255) = 43.39%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=32.74%
G=43.39%
B=23.87%

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
Decimal1662201210.2500.450.1492.7358.5866.86
HexA6DC791902DE5d3b43
Octal246334171310551613573103
Binary10100110110111001111001110010101101111010111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC79; }

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

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

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

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

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

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

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

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