#AAE882

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

Shades of Feijoa #AAE882

Tints of Feijoa #AAE882

Color information

#AAE882 (or 0xAAE882) is unknown color: approx Feijoa. HEX triplet: AA, E8 and 82. RGB value is (170,232,130). Sum of RGB (Red+Green+Blue) = 170+232+130=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE882 is #55177D. Grayscale: #CACACA. Windows color (decimal): -5576574 or 8579242. OLE color: 8579242.

HSL color Cylindrical-coordinate representation of color #AAE882: hue angle of 96.47º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE882 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB170232130-
CMYK0.2700.440.09
HSL96.47º68.92%70.98%-
HSV(B)96.47º43.97%90.98%-
XYZ49.4667.8731.61-
YUV201.8387.46105.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=31.95%
G=43.61%
B=24.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702321300.2700.440.0996.4768.9270.98
HexAAE8821B02C9604547
Octal2523502023305411140105107
Binary1010101011101000100000101101101011001001110000010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE882; }

 p { color: rgb(170,232,130); }

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

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

 a { background-color: rgb(170,232,130); }

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

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

 span { border-color: rgb(170,232,130); }

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