#AAD688

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

Shades of Feijoa #AAD688

Tints of Feijoa #AAD688

Color information

#AAD688 (or 0xAAD688) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 88. RGB value is (170,214,136). Sum of RGB (Red+Green+Blue) = 170+214+136=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD688 is #552977. Grayscale: #C0C0C0. Windows color (decimal): -5581176 or 8967850. OLE color: 8967850.

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

Color convert

RGB170214136-
CMYK0.2100.360.16
HSL93.85º48.75%68.63%-
HSV(B)93.85º36.45%83.92%-
XYZ45.0758.4232.19-
YUV191.9596.42112.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 214 (83.98% from 255) = 41.15%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=32.69%
G=41.15%
B=26.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141360.2100.360.1693.8548.7568.63
HexAAD68815024105e3145
Octal252326210250442013661105
Binary1010101011010110100010001010101001001000010111101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD688; }

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

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

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

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

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

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

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

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