#AAD990

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

Shades of Feijoa #AAD990

Tints of Feijoa #AAD990

Color information

#AAD990 (or 0xAAD990) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 90. RGB value is (170,217,144). Sum of RGB (Red+Green+Blue) = 170+217+144=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD990 is #55266F. Grayscale: #C2C2C2. Windows color (decimal): -5580400 or 9492906. OLE color: 9492906.

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

Color convert

RGB170217144-
CMYK0.2200.340.15
HSL98.63º48.99%70.78%-
HSV(B)98.63º33.64%85.1%-
XYZ46.4260.1935.56-
YUV194.6299.43110.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=32.02%
G=40.87%
B=27.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171440.2200.340.1598.6348.9970.78
HexAAD99016022F633147
Octal252331220260421714361107
Binary101010101101100110010000101100100010111111000111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD990; }

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

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

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

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

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

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

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

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