#A0D86C

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

Shades of Feijoa #A0D86C

Tints of Feijoa #A0D86C

Color information

#A0D86C (or 0xA0D86C) is unknown color: approx Feijoa. HEX triplet: A0, D8 and 6C. RGB value is (160,216,108). Sum of RGB (Red+Green+Blue) = 160+216+108=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D86C is #5F2793. Grayscale: #BBBBBB. Windows color (decimal): -6236052 or 7133344. OLE color: 7133344.

HSL color Cylindrical-coordinate representation of color #A0D86C: hue angle of 91.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0D86C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB160216108-
CMYK0.2600.500.15
HSL91.11º58.06%63.53%-
HSV(B)91.11º50%84.71%-
XYZ41.7657.6723.12-
YUV186.9483.45108.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=33.06%
G=44.63%
B=22.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161080.2600.500.1591.1158.0663.53
HexA0D86C1A032F5b3a40
Octal240330154320621713372100
Binary10100000110110001101100110100110010111110110111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D86C; }

 p { color: rgb(160,216,108); }

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

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

 a { background-color: rgb(160,216,108); }

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

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

 span { border-color: rgb(160,216,108); }

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