#A0D56E

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

Shades of Feijoa #A0D56E

Tints of Feijoa #A0D56E

Color information

#A0D56E (or 0xA0D56E) is unknown color: approx Feijoa. HEX triplet: A0, D5 and 6E. RGB value is (160,213,110). Sum of RGB (Red+Green+Blue) = 160+213+110=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D56E is #5F2A91. Grayscale: #B9B9B9. Windows color (decimal): -6236818 or 7263648. OLE color: 7263648.

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

Color convert

RGB160213110-
CMYK0.2500.480.16
HSL90.87º55.08%63.33%-
HSV(B)90.87º48.36%83.53%-
XYZ41.1156.1923.43-
YUV185.4185.44109.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=33.13%
G=44.10%
B=22.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131100.2500.480.1690.8755.0863.33
HexA0D56E19030105b373f
Octal24032515631060201336777
Binary10100000110101011101110110010110000100001011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D56E; }

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

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

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

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

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

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

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

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