#AAD996

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

Shades of Feijoa #AAD996

Tints of Feijoa #AAD996

Color information

#AAD996 (or 0xAAD996) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 96. RGB value is (170,217,150). Sum of RGB (Red+Green+Blue) = 170+217+150=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD996 is #552669. Grayscale: #C3C3C3. Windows color (decimal): -5580394 or 9886122. OLE color: 9886122.

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

Color convert

RGB170217150-
CMYK0.2200.310.15
HSL102.09º46.85%71.96%-
HSV(B)102.09º30.88%85.1%-
XYZ46.960.3738.04-
YUV195.31102.43109.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=31.66%
G=40.41%
B=27.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171500.2200.310.15102.0946.8571.96
HexAAD9961601FF662f48
Octal252331226260371714657110
Binary10101010110110011001011010110011111111111001101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD996; }

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

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

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

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

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

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

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

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