#AAE180

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

Shades of Feijoa #AAE180

Tints of Feijoa #AAE180

Color information

#AAE180 (or 0xAAE180) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 80. RGB value is (170,225,128). Sum of RGB (Red+Green+Blue) = 170+225+128=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE180 is #551E7F. Grayscale: #C5C5C5. Windows color (decimal): -5578368 or 8446378. OLE color: 8446378.

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

Color convert

RGB170225128-
CMYK0.2400.430.12
HSL94.02º61.78%69.22%-
HSV(B)94.02º43.11%88.24%-
XYZ47.463.9530.27-
YUV197.588.78108.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 225 (88.28% from 255) = 43.02%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=32.50%
G=43.02%
B=24.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251280.2400.430.1294.0261.7869.22
HexAAE1801802BC5e3e45
Octal252341200300531413676105
Binary101010101110000110000000110000101011110010111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE180; }

 p { color: rgb(170,225,128); }

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

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

 a { background-color: rgb(170,225,128); }

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

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

 span { border-color: rgb(170,225,128); }

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