#AAD788

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

Shades of Feijoa #AAD788

Tints of Feijoa #AAD788

Color information

#AAD788 (or 0xAAD788) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 88. RGB value is (170,215,136). Sum of RGB (Red+Green+Blue) = 170+215+136=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD788 is #552877. Grayscale: #C0C0C0. Windows color (decimal): -5580920 or 8968106. OLE color: 8968106.

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

Color convert

RGB170215136-
CMYK0.2100.370.16
HSL94.18º49.69%68.82%-
HSV(B)94.18º36.74%84.31%-
XYZ45.3258.9232.28-
YUV192.5496.09111.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=32.63%
G=41.27%
B=26.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151360.2100.370.1694.1849.6968.82
HexAAD78815025105e3245
Octal252327210250452013662105
Binary1010101011010111100010001010101001011000010111101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD788; }

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

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

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

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

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

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

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

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