#AAD794

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

Shades of Feijoa #AAD794

Tints of Feijoa #AAD794

Color information

#AAD794 (or 0xAAD794) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 94. RGB value is (170,215,148). Sum of RGB (Red+Green+Blue) = 170+215+148=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD794 is #55286B. Grayscale: #C2C2C2. Windows color (decimal): -5580908 or 9754538. OLE color: 9754538.

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

Color convert

RGB170215148-
CMYK0.2100.310.16
HSL100.3º45.58%71.18%-
HSV(B)100.3º31.16%84.31%-
XYZ46.2259.2937.02-
YUV193.91102.09110.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=31.89%
G=40.34%
B=27.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151480.2100.310.16100.345.5871.18
HexAAD7941501F10642e47
Octal252327224250372014456107
Binary101010101101011110010100101010111111000011001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD794; }

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

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

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

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

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

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

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

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