#A9CD80

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

Shades of Feijoa #A9CD80

Tints of Feijoa #A9CD80

Color information

#A9CD80 (or 0xA9CD80) is unknown color: approx Feijoa. HEX triplet: A9, CD and 80. RGB value is (169,205,128). Sum of RGB (Red+Green+Blue) = 169+205+128=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CD80 is #56327F. Grayscale: #B9B9B9. Windows color (decimal): -5649024 or 8441257. OLE color: 8441257.

HSL color Cylindrical-coordinate representation of color #A9CD80: hue angle of 88.05º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9CD80 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB169205128-
CMYK0.1800.380.20
HSL88.05º43.5%65.29%-
HSV(B)88.05º37.56%80.39%-
XYZ42.0953.6628.56-
YUV185.4695.57116.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=33.67%
G=40.84%
B=25.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051280.1800.380.2088.0543.565.29
HexA9CD801202614582c41
Octal251315200220462413054101
Binary1010100111001101100000001001001001101010010110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD80; }

 p { color: rgb(169,205,128); }

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

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

 a { background-color: rgb(169,205,128); }

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

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

 span { border-color: rgb(169,205,128); }

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