#A9D085

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

Shades of Feijoa #A9D085

Tints of Feijoa #A9D085

Color information

#A9D085 (or 0xA9D085) is unknown color: approx Feijoa. HEX triplet: A9, D0 and 85. RGB value is (169,208,133). Sum of RGB (Red+Green+Blue) = 169+208+133=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D085 is #562F7A. Grayscale: #BCBCBC. Windows color (decimal): -5648251 or 8769705. OLE color: 8769705.

HSL color Cylindrical-coordinate representation of color #A9D085: hue angle of 91.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9D085 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB169208133-
CMYK0.1900.360.18
HSL91.2º44.38%66.86%-
HSV(B)91.2º36.06%81.57%-
XYZ43.1555.2430.58-
YUV187.7997.08114.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=33.14%
G=40.78%
B=26.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692081330.1900.360.1891.244.3866.86
HexA9D08513024125b2c43
Octal251320205230442213354103
Binary1010100111010000100001011001101001001001010110111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D085; }

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

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

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

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

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

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

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

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