#A9DC7B

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

Shades of Feijoa #A9DC7B

Tints of Feijoa #A9DC7B

Color information

#A9DC7B (or 0xA9DC7B) is unknown color: approx Feijoa. HEX triplet: A9, DC and 7B. RGB value is (169,220,123). Sum of RGB (Red+Green+Blue) = 169+220+123=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC7B is #562384. Grayscale: #C2C2C2. Windows color (decimal): -5645189 or 8117417. OLE color: 8117417.

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

Color convert

RGB169220123-
CMYK0.2300.440.14
HSL91.55º58.08%67.25%-
HSV(B)91.55º44.09%86.27%-
XYZ45.5361.0528.12-
YUV193.6988.1110.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=33.01%
G=42.97%
B=24.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201230.2300.440.1491.5558.0867.25
HexA9DC7B1702CE5c3a43
Octal251334173270541613472103
Binary10101001110111001111011101110101100111010111001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DC7B; }

 p { color: rgb(169,220,123); }

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

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

 a { background-color: rgb(169,220,123); }

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

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

 span { border-color: rgb(169,220,123); }

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