#AAD985

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

Shades of Feijoa #AAD985

Tints of Feijoa #AAD985

Color information

#AAD985 (or 0xAAD985) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 85. RGB value is (170,217,133). Sum of RGB (Red+Green+Blue) = 170+217+133=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD985 is #55267A. Grayscale: #C1C1C1. Windows color (decimal): -5580411 or 8772010. OLE color: 8772010.

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

Color convert

RGB170217133-
CMYK0.2200.390.15
HSL93.57º52.5%68.63%-
HSV(B)93.57º38.71%85.1%-
XYZ45.6259.8731.34-
YUV193.3793.93111.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 217 (85.16% from 255) = 41.73%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=32.69%
G=41.73%
B=25.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171330.2200.390.1593.5752.568.63
HexAAD98516027F5e3545
Octal252331205260471713665105
Binary101010101101100110000101101100100111111110111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD985; }

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

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

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

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

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

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

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

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