#A0D56C

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

Shades of Feijoa #A0D56C

Tints of Feijoa #A0D56C

Color information

#A0D56C (or 0xA0D56C) is unknown color: approx Feijoa. HEX triplet: A0, D5 and 6C. RGB value is (160,213,108). Sum of RGB (Red+Green+Blue) = 160+213+108=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D56C is #5F2A93. Grayscale: #B9B9B9. Windows color (decimal): -6236820 or 7132576. OLE color: 7132576.

HSL color Cylindrical-coordinate representation of color #A0D56C: hue angle of 90.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0D56C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB160213108-
CMYK0.2500.490.16
HSL90.29º55.56%62.94%-
HSV(B)90.29º49.3%83.53%-
XYZ4156.1422.86-
YUV185.1884.44110.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=33.26%
G=44.28%
B=22.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131080.2500.490.1690.2955.5662.94
HexA0D56C19031105a383f
Octal24032515431061201327077
Binary10100000110101011101100110010110001100001011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D56C; }

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

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

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

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

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

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

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

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