#AAD685

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

Shades of Feijoa #AAD685

Tints of Feijoa #AAD685

Color information

#AAD685 (or 0xAAD685) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 85. RGB value is (170,214,133). Sum of RGB (Red+Green+Blue) = 170+214+133=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD685 is #55297A. Grayscale: #BFBFBF. Windows color (decimal): -5581179 or 8771242. OLE color: 8771242.

HSL color Cylindrical-coordinate representation of color #AAD685: hue angle of 92.59º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD685 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB170214133-
CMYK0.2100.380.16
HSL92.59º49.69%68.04%-
HSV(B)92.59º37.85%83.92%-
XYZ44.8658.3331.09-
YUV191.6194.92112.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=32.88%
G=41.39%
B=25.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141330.2100.380.1692.5949.6968.04
HexAAD68515026105d3244
Octal252326205250462013562104
Binary1010101011010110100001011010101001101000010111011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD685; }

 p { color: rgb(170,214,133); }

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

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

 a { background-color: rgb(170,214,133); }

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

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

 span { border-color: rgb(170,214,133); }

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