#AAD88E

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

Shades of Feijoa #AAD88E

Tints of Feijoa #AAD88E

Color information

#AAD88E (or 0xAAD88E) is unknown color: approx Feijoa. HEX triplet: AA, D8 and 8E. RGB value is (170,216,142). Sum of RGB (Red+Green+Blue) = 170+216+142=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD88E is #552771. Grayscale: #C2C2C2. Windows color (decimal): -5580658 or 9361578. OLE color: 9361578.

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

Color convert

RGB170216142-
CMYK0.2100.340.15
HSL97.3º48.68%70.2%-
HSV(B)97.3º34.26%84.71%-
XYZ46.0259.6134.67-
YUV193.8198.76111.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=32.20%
G=40.91%
B=26.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161420.2100.340.1597.348.6870.2
HexAAD88E15022F613146
Octal252330216250421714161106
Binary101010101101100010001110101010100010111111000011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD88E; }

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

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

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

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

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

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

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

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