#AAD988

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

Shades of Feijoa #AAD988

Tints of Feijoa #AAD988

Color information

#AAD988 (or 0xAAD988) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 88. RGB value is (170,217,136). Sum of RGB (Red+Green+Blue) = 170+217+136=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD988 is #552677. Grayscale: #C1C1C1. Windows color (decimal): -5580408 or 8968618. OLE color: 8968618.

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

Color convert

RGB170217136-
CMYK0.2200.370.15
HSL94.81º51.59%69.22%-
HSV(B)94.81º37.33%85.1%-
XYZ45.8359.9532.45-
YUV193.7195.43111.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=32.50%
G=41.49%
B=26.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171360.2200.370.1594.8151.5969.22
HexAAD98816025F5f3445
Octal252331210260451713764105
Binary101010101101100110001000101100100101111110111111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD988; }

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

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

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

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

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

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

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

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