#AAD880

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

Shades of Feijoa #AAD880

Tints of Feijoa #AAD880

Color information

#AAD880 (or 0xAAD880) is unknown color: approx Feijoa. HEX triplet: AA, D8 and 80. RGB value is (170,216,128). Sum of RGB (Red+Green+Blue) = 170+216+128=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD880 is #55277F. Grayscale: #C0C0C0. Windows color (decimal): -5580672 or 8444074. OLE color: 8444074.

HSL color Cylindrical-coordinate representation of color #AAD880: hue angle of 91.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAD880 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB170216128-
CMYK0.2100.410.15
HSL91.36º53.01%67.45%-
HSV(B)91.36º40.74%84.71%-
XYZ45.0359.2229.48-
YUV192.2191.76112.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=33.07%
G=42.02%
B=24.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161280.2100.410.1591.3653.0167.45
HexAAD88015029F5b3543
Octal252330200250511713365103
Binary101010101101100010000000101010101001111110110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD880; }

 p { color: rgb(170,216,128); }

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

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

 a { background-color: rgb(170,216,128); }

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

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

 span { border-color: rgb(170,216,128); }

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