#AADD89

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

Shades of Feijoa #AADD89

Tints of Feijoa #AADD89

Color information

#AADD89 (or 0xAADD89) is unknown color: approx Feijoa. HEX triplet: AA, DD and 89. RGB value is (170,221,137). Sum of RGB (Red+Green+Blue) = 170+221+137=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD89 is #552276. Grayscale: #C4C4C4. Windows color (decimal): -5579383 or 9035178. OLE color: 9035178.

HSL color Cylindrical-coordinate representation of color #AADD89: hue angle of 96.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AADD89 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB170221137-
CMYK0.2300.380.13
HSL96.43º55.26%70.2%-
HSV(B)96.43º38.01%86.67%-
XYZ46.9562.0733.17-
YUV196.1894.6109.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=32.20%
G=41.86%
B=25.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211370.2300.380.1396.4355.2670.2
HexAADD8917026D603746
Octal252335211270461514067106
Binary101010101101110110001001101110100110110111000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD89; }

 p { color: rgb(170,221,137); }

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

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

 a { background-color: rgb(170,221,137); }

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

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

 span { border-color: rgb(170,221,137); }

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