#AAD98D

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

Shades of Feijoa #AAD98D

Tints of Feijoa #AAD98D

Color information

#AAD98D (or 0xAAD98D) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 8D. RGB value is (170,217,141). Sum of RGB (Red+Green+Blue) = 170+217+141=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD98D is #552672. Grayscale: #C2C2C2. Windows color (decimal): -5580403 or 9296298. OLE color: 9296298.

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

Color convert

RGB170217141-
CMYK0.2200.350.15
HSL97.11º50%70.2%-
HSV(B)97.11º35.02%85.1%-
XYZ46.260.0934.36-
YUV194.2897.93110.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=32.20%
G=41.10%
B=26.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171410.2200.350.1597.115070.2
HexAAD98D16023F613246
Octal252331215260431714162106
Binary101010101101100110001101101100100011111111000011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD98D; }

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

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

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

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

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

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

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

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