#A9CD85

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

Shades of Feijoa #A9CD85

Tints of Feijoa #A9CD85

Color information

#A9CD85 (or 0xA9CD85) is unknown color: approx Feijoa. HEX triplet: A9, CD and 85. RGB value is (169,205,133). Sum of RGB (Red+Green+Blue) = 169+205+133=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CD85 is #56327A. Grayscale: #BABABA. Windows color (decimal): -5649019 or 8768937. OLE color: 8768937.

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

Color convert

RGB169205133-
CMYK0.1800.350.20
HSL90º41.86%66.27%-
HSV(B)90º35.12%80.39%-
XYZ42.4353.7930.34-
YUV186.0398.07115.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=33.33%
G=40.43%
B=26.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051330.1800.350.209041.8666.27
HexA9CD8512023145a2a42
Octal251315205220432413252102
Binary1010100111001101100001011001001000111010010110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD85; }

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

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

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

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

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

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

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

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