#A0D96C

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

Shades of Feijoa #A0D96C

Tints of Feijoa #A0D96C

Color information

#A0D96C (or 0xA0D96C) is unknown color: approx Feijoa. HEX triplet: A0, D9 and 6C. RGB value is (160,217,108). Sum of RGB (Red+Green+Blue) = 160+217+108=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D96C is #5F2693. Grayscale: #BBBBBB. Windows color (decimal): -6235796 or 7133600. OLE color: 7133600.

HSL color Cylindrical-coordinate representation of color #A0D96C: hue angle of 91.38º degrees, saturation: 0.59, 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 #A0D96C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB160217108-
CMYK0.2600.500.15
HSL91.38º58.92%63.73%-
HSV(B)91.38º50.23%85.1%-
XYZ42.0258.1823.2-
YUV187.5383.12108.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 217 (85.16% from 255) = 44.74%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=32.99%
G=44.74%
B=22.27%

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
Decimal1602171080.2600.500.1591.3858.9263.73
HexA0D96C1A032F5b3b40
Octal240331154320621713373100
Binary10100000110110011101100110100110010111110110111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D96C; }

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

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

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

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

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

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

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

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