#A9DB70

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

Shades of Feijoa #A9DB70

Tints of Feijoa #A9DB70

Color information

#A9DB70 (or 0xA9DB70) is unknown color: approx Feijoa. HEX triplet: A9, DB and 70. RGB value is (169,219,112). Sum of RGB (Red+Green+Blue) = 169+219+112=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DB70 is #56248F. Grayscale: #C0C0C0. Windows color (decimal): -5645456 or 7396265. OLE color: 7396265.

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

Color convert

RGB169219112-
CMYK0.2300.490.14
HSL88.04º59.78%64.9%-
HSV(B)88.04º48.86%85.88%-
XYZ44.6260.2724.61-
YUV191.8582.94111.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 112 (44.14% from 255) = 22.4%
R=33.8%
G=43.8%
B=22.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692191120.2300.490.1488.0459.7864.9
HexA9DB7017031E583c41
Octal251333160270611613074101
Binary10101001110110111110000101110110001111010110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DB70; }

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

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

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

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

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

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

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

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