#A0DC68

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

Shades of Feijoa #A0DC68

Tints of Feijoa #A0DC68

Color information

#A0DC68 (or 0xA0DC68) is unknown color: approx Feijoa. HEX triplet: A0, DC and 68. RGB value is (160,220,104). Sum of RGB (Red+Green+Blue) = 160+220+104=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC68 is #5F2397. Grayscale: #BDBDBD. Windows color (decimal): -6235032 or 6872224. OLE color: 6872224.

HSL color Cylindrical-coordinate representation of color #A0DC68: hue angle of 91.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0DC68 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB160220104-
CMYK0.2700.530.14
HSL91.03º62.37%63.53%-
HSV(B)91.03º52.73%86.27%-
XYZ42.5959.6622.37-
YUV188.8480.12107.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=33.06%
G=45.45%
B=21.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201040.2700.530.1491.0362.3763.53
HexA0DC681B035E5b3e40
Octal240334150330651613376100
Binary10100000110111001101000110110110101111010110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC68; }

 p { color: rgb(160,220,104); }

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

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

 a { background-color: rgb(160,220,104); }

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

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

 span { border-color: rgb(160,220,104); }

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