#AAE188

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

Shades of Feijoa #AAE188

Tints of Feijoa #AAE188

Color information

#AAE188 (or 0xAAE188) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 88. RGB value is (170,225,136). Sum of RGB (Red+Green+Blue) = 170+225+136=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE188 is #551E77. Grayscale: #C6C6C6. Windows color (decimal): -5578360 or 8970666. OLE color: 8970666.

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

Color convert

RGB170225136-
CMYK0.2400.400.12
HSL97.08º59.73%70.78%-
HSV(B)97.08º39.56%88.24%-
XYZ47.9564.1733.15-
YUV198.4192.78107.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 136 (53.52% from 255) = 25.61%
R=32.02%
G=42.37%
B=25.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251360.2400.400.1297.0859.7370.78
HexAAE18818028C613c47
Octal252341210300501414174107
Binary101010101110000110001000110000101000110011000011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE188; }

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

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

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

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

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

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

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

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