#AAE082

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

Shades of Feijoa #AAE082

Tints of Feijoa #AAE082

Color information

#AAE082 (or 0xAAE082) is unknown color: approx Feijoa. HEX triplet: AA, E0 and 82. RGB value is (170,224,130). Sum of RGB (Red+Green+Blue) = 170+224+130=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE082 is #551F7D. Grayscale: #C5C5C5. Windows color (decimal): -5578622 or 8577194. OLE color: 8577194.

HSL color Cylindrical-coordinate representation of color #AAE082: hue angle of 94.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAE082 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB170224130-
CMYK0.2400.420.12
HSL94.47º60.26%69.41%-
HSV(B)94.47º41.96%87.84%-
XYZ47.2663.4730.88-
YUV197.1490.11108.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=32.44%
G=42.75%
B=24.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241300.2400.420.1294.4760.2669.41
HexAAE0821802AC5e3c45
Octal252340202300521413674105
Binary101010101110000010000010110000101010110010111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE082; }

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

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

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

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

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

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

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

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