#A0DD78

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

Shades of Feijoa #A0DD78

Tints of Feijoa #A0DD78

Color information

#A0DD78 (or 0xA0DD78) is unknown color: approx Feijoa. HEX triplet: A0, DD and 78. RGB value is (160,221,120). Sum of RGB (Red+Green+Blue) = 160+221+120=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD78 is #5F2287. Grayscale: #BFBFBF. Windows color (decimal): -6234760 or 7921056. OLE color: 7921056.

HSL color Cylindrical-coordinate representation of color #A0DD78: hue angle of 96.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0DD78 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB160221120-
CMYK0.2800.460.13
HSL96.24º59.76%66.86%-
HSV(B)96.24º45.7%86.67%-
XYZ43.7460.5427.15-
YUV191.2587.79105.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=31.94%
G=44.11%
B=23.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602211200.2800.460.1396.2459.7666.86
HexA0DD781C02ED603c43
Octal240335170340561514074103
Binary10100000110111011111000111000101110110111000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD78; }

 p { color: rgb(160,221,120); }

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

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

 a { background-color: rgb(160,221,120); }

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

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

 span { border-color: rgb(160,221,120); }

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