#AAE288

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

Shades of Feijoa #AAE288

Tints of Feijoa #AAE288

Color information

#AAE288 (or 0xAAE288) is unknown color: approx Feijoa. HEX triplet: AA, E2 and 88. RGB value is (170,226,136). Sum of RGB (Red+Green+Blue) = 170+226+136=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE288 is #551D77. Grayscale: #C7C7C7. Windows color (decimal): -5578104 or 8970922. OLE color: 8970922.

HSL color Cylindrical-coordinate representation of color #AAE288: hue angle of 97.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAE288 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB170226136-
CMYK0.2500.400.11
HSL97.33º60.81%70.98%-
HSV(B)97.33º39.82%88.63%-
XYZ48.2264.7233.24-
YUV19992.45107.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 226 (88.67% from 255) = 42.48%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=31.95%
G=42.48%
B=25.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261360.2500.400.1197.3360.8170.98
HexAAE28819028B613d47
Octal252342210310501314175107
Binary101010101110001010001000110010101000101111000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE288; }

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

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

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

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

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

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

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

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