#A0D56A

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

Shades of Feijoa #A0D56A

Tints of Feijoa #A0D56A

Color information

#A0D56A (or 0xA0D56A) is unknown color: approx Feijoa. HEX triplet: A0, D5 and 6A. RGB value is (160,213,106). Sum of RGB (Red+Green+Blue) = 160+213+106=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D56A is #5F2A95. Grayscale: #B9B9B9. Windows color (decimal): -6236822 or 7001504. OLE color: 7001504.

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

Color convert

RGB160213106-
CMYK0.2500.500.16
HSL89.72º56.02%62.55%-
HSV(B)89.72º50.23%83.53%-
XYZ40.8956.122.31-
YUV184.9683.44110.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=33.40%
G=44.47%
B=22.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131060.2500.500.1689.7256.0262.55
HexA0D56A19032105a383f
Octal24032515231062201327077
Binary10100000110101011101010110010110010100001011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D56A; }

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

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

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

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

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

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

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

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