#A0D96A

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

Shades of Feijoa #A0D96A

Tints of Feijoa #A0D96A

Color information

#A0D96A (or 0xA0D96A) is unknown color: approx Feijoa. HEX triplet: A0, D9 and 6A. RGB value is (160,217,106). Sum of RGB (Red+Green+Blue) = 160+217+106=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D96A is #5F2695. Grayscale: #BBBBBB. Windows color (decimal): -6235798 or 7002528. OLE color: 7002528.

HSL color Cylindrical-coordinate representation of color #A0D96A: hue angle of 90.81º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D96A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB160217106-
CMYK0.2600.510.15
HSL90.81º59.36%63.33%-
HSV(B)90.81º51.15%85.1%-
XYZ41.9158.1422.65-
YUV187.382.12108.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=33.13%
G=44.93%
B=21.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171060.2600.510.1590.8159.3663.33
HexA0D96A1A033F5b3b3f
Octal24033115232063171337377
Binary1010000011011001110101011010011001111111011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D96A; }

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

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

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

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

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

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

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

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