#AAD994

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

Shades of Feijoa #AAD994

Tints of Feijoa #AAD994

Color information

#AAD994 (or 0xAAD994) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 94. RGB value is (170,217,148). Sum of RGB (Red+Green+Blue) = 170+217+148=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD994 is #55266B. Grayscale: #C3C3C3. Windows color (decimal): -5580396 or 9755050. OLE color: 9755050.

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

Color convert

RGB170217148-
CMYK0.2200.320.15
HSL100.87º47.59%71.57%-
HSV(B)100.87º31.8%85.1%-
XYZ46.7460.3137.19-
YUV195.08101.43110.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=31.78%
G=40.56%
B=27.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171480.2200.320.15100.8747.5971.57
HexAAD99416020F653048
Octal252331224260401714560110
Binary101010101101100110010100101100100000111111001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD994; }

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

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

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

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

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

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

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

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