#A9DA7C

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

Shades of Feijoa #A9DA7C

Tints of Feijoa #A9DA7C

Color information

#A9DA7C (or 0xA9DA7C) is unknown color: approx Feijoa. HEX triplet: A9, DA and 7C. RGB value is (169,218,124). Sum of RGB (Red+Green+Blue) = 169+218+124=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DA7C is #562583. Grayscale: #C0C0C0. Windows color (decimal): -5645700 or 8182441. OLE color: 8182441.

HSL color Cylindrical-coordinate representation of color #A9DA7C: hue angle of 91.28º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9DA7C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB169218124-
CMYK0.2200.430.15
HSL91.28º55.95%67.06%-
HSV(B)91.28º43.12%85.49%-
XYZ45.0760.0328.28-
YUV192.6389.27111.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 124 (48.83% from 255) = 24.27%
R=33.07%
G=42.66%
B=24.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692181240.2200.430.1591.2855.9567.06
HexA9DA7C1602BF5b3843
Octal251332174260531713370103
Binary10101001110110101111100101100101011111110110111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DA7C; }

 p { color: rgb(169,218,124); }

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

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

 a { background-color: rgb(169,218,124); }

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

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

 span { border-color: rgb(169,218,124); }

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