#A6CD7A

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

Shades of Feijoa #A6CD7A

Tints of Feijoa #A6CD7A

Color information

#A6CD7A (or 0xA6CD7A) is unknown color: approx Feijoa. HEX triplet: A6, CD and 7A. RGB value is (166,205,122). Sum of RGB (Red+Green+Blue) = 166+205+122=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD7A is #593285. Grayscale: #B8B8B8. Windows color (decimal): -5845638 or 8048038. OLE color: 8048038.

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

Color convert

RGB166205122-
CMYK0.1900.400.20
HSL88.19º45.36%64.12%-
HSV(B)88.19º40.49%80.39%-
XYZ41.0753.1726.51-
YUV183.8893.08115.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=33.67%
G=41.58%
B=24.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051220.1900.400.2088.1945.3664.12
HexA6CD7A1302814582d40
Octal246315172230502413055100
Binary101001101100110111110101001101010001010010110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CD7A; }

 p { color: rgb(166,205,122); }

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

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

 a { background-color: rgb(166,205,122); }

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

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

 span { border-color: rgb(166,205,122); }

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