#AADA94

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

Shades of Feijoa #AADA94

Tints of Feijoa #AADA94

Color information

#AADA94 (or 0xAADA94) is unknown color: approx Feijoa. HEX triplet: AA, DA and 94. RGB value is (170,218,148). Sum of RGB (Red+Green+Blue) = 170+218+148=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA94 is #55256B. Grayscale: #C3C3C3. Windows color (decimal): -5580140 or 9755306. OLE color: 9755306.

HSL color Cylindrical-coordinate representation of color #AADA94: hue angle of 101.14º degrees, saturation: 0.49, 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 #AADA94 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB170218148-
CMYK0.2200.320.15
HSL101.14º48.61%71.76%-
HSV(B)101.14º32.11%85.49%-
XYZ46.9960.8337.28-
YUV195.67101.1109.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 148 (58.20% from 255) = 27.61%
R=31.72%
G=40.67%
B=27.61%

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
Decimal1702181480.2200.320.15101.1448.6171.76
HexAADA9416020F653148
Octal252332224260401714561110
Binary101010101101101010010100101100100000111111001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA94; }

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

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

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

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

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

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

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

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