#AAD88D

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

Shades of Feijoa #AAD88D

Tints of Feijoa #AAD88D

Color information

#AAD88D (or 0xAAD88D) is unknown color: approx Feijoa. HEX triplet: AA, D8 and 8D. RGB value is (170,216,141). Sum of RGB (Red+Green+Blue) = 170+216+141=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD88D is #552772. Grayscale: #C1C1C1. Windows color (decimal): -5580659 or 9296042. OLE color: 9296042.

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

Color convert

RGB170216141-
CMYK0.2100.350.15
HSL96.8º49.02%70%-
HSV(B)96.8º34.72%84.71%-
XYZ45.9459.5834.28-
YUV193.798.26111.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=32.26%
G=40.99%
B=26.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161410.2100.350.1596.849.0270
HexAAD88D15023F613146
Octal252330215250431714161106
Binary101010101101100010001101101010100011111111000011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD88D; }

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

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

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

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

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

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

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

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