#A9DB71

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

Shades of Feijoa #A9DB71

Tints of Feijoa #A9DB71

Color information

#A9DB71 (or 0xA9DB71) is unknown color: approx Feijoa. HEX triplet: A9, DB and 71. RGB value is (169,219,113). Sum of RGB (Red+Green+Blue) = 169+219+113=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DB71 is #56248E. Grayscale: #C0C0C0. Windows color (decimal): -5645455 or 7461801. OLE color: 7461801.

HSL color Cylindrical-coordinate representation of color #A9DB71: hue angle of 88.3º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9DB71 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB169219113-
CMYK0.2300.480.14
HSL88.3º59.55%65.1%-
HSV(B)88.3º48.4%85.88%-
XYZ44.6760.2924.91-
YUV191.9783.44111.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=33.73%
G=43.71%
B=22.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692191130.2300.480.1488.359.5565.1
HexA9DB7117030E583c41
Octal251333161270601613074101
Binary10101001110110111110001101110110000111010110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DB71; }

 p { color: rgb(169,219,113); }

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

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

 a { background-color: rgb(169,219,113); }

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

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

 span { border-color: rgb(169,219,113); }

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