#AAE688

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

Shades of Feijoa #AAE688

Tints of Feijoa #AAE688

Color information

#AAE688 (or 0xAAE688) is unknown color: approx Feijoa. HEX triplet: AA, E6 and 88. RGB value is (170,230,136). Sum of RGB (Red+Green+Blue) = 170+230+136=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE688 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE688 is #551977. Grayscale: #C9C9C9. Windows color (decimal): -5577080 or 8971946. OLE color: 8971946.

HSL color Cylindrical-coordinate representation of color #AAE688: hue angle of 98.3º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAE688 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB170230136-
CMYK0.2600.410.10
HSL98.3º65.28%71.76%-
HSV(B)98.3º40.87%90.2%-
XYZ49.3266.9233.61-
YUV201.3491.12105.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 230 (90.23% from 255) = 42.91%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=31.72%
G=42.91%
B=25.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702301360.2600.410.1098.365.2871.76
HexAAE6881A029A624148
Octal2523462103205112142101110
Binary1010101011100110100010001101001010011010110001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE688; }

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

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

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

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

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

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

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

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