#AAC988

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

Shades of Feijoa #AAC988

Tints of Feijoa #AAC988

Color information

#AAC988 (or 0xAAC988) is unknown color: approx Feijoa. HEX triplet: AA, C9 and 88. RGB value is (170,201,136). Sum of RGB (Red+Green+Blue) = 170+201+136=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC988 is #553677. Grayscale: #B8B8B8. Windows color (decimal): -5584504 or 8964522. OLE color: 8964522.

HSL color Cylindrical-coordinate representation of color #AAC988: hue angle of 88.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC988 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB170201136-
CMYK0.1500.320.21
HSL88.62º37.57%66.08%-
HSV(B)88.62º32.34%78.82%-
XYZ41.9152.131.14-
YUV184.32100.73117.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=33.53%
G=39.64%
B=26.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011360.1500.320.2188.6237.5766.08
HexAAC988F02015592642
Octal252311210170402513146102
Binary101010101100100110001000111101000001010110110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC988; }

 p { color: rgb(170,201,136); }

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

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

 a { background-color: rgb(170,201,136); }

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

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

 span { border-color: rgb(170,201,136); }

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