#AAE287

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

Shades of Feijoa #AAE287

Tints of Feijoa #AAE287

Color information

#AAE287 (or 0xAAE287) is unknown color: approx Feijoa. HEX triplet: AA, E2 and 87. RGB value is (170,226,135). Sum of RGB (Red+Green+Blue) = 170+226+135=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE287 is #551D78. Grayscale: #C7C7C7. Windows color (decimal): -5578105 or 8905386. OLE color: 8905386.

HSL color Cylindrical-coordinate representation of color #AAE287: hue angle of 96.92º 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 #AAE287 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB170226135-
CMYK0.2500.400.11
HSL96.92º61.07%70.78%-
HSV(B)96.92º40.27%88.63%-
XYZ48.1564.6932.87-
YUV198.8891.95107.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=32.02%
G=42.56%
B=25.42%

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
Decimal1702261350.2500.400.1196.9261.0770.78
HexAAE28719028B613d47
Octal252342207310501314175107
Binary101010101110001010000111110010101000101111000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE287; }

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

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

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

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

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

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

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

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