#A0DB75

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

Shades of Feijoa #A0DB75

Tints of Feijoa #A0DB75

Color information

#A0DB75 (or 0xA0DB75) is unknown color: approx Feijoa. HEX triplet: A0, DB and 75. RGB value is (160,219,117). Sum of RGB (Red+Green+Blue) = 160+219+117=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB75 is #5F248A. Grayscale: #BEBEBE. Windows color (decimal): -6235275 or 7723936. OLE color: 7723936.

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

Color convert

RGB160219117-
CMYK0.2700.470.14
HSL94.71º58.62%65.88%-
HSV(B)94.71º46.58%85.88%-
XYZ43.0459.4226.03-
YUV189.7386.95106.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=32.26%
G=44.15%
B=23.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191170.2700.470.1494.7158.6265.88
HexA0DB751B02FE5f3b42
Octal240333165330571613773102
Binary10100000110110111110101110110101111111010111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB75; }

 p { color: rgb(160,219,117); }

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

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

 a { background-color: rgb(160,219,117); }

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

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

 span { border-color: rgb(160,219,117); }

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