#AAE171

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

Shades of Feijoa #AAE171

Tints of Feijoa #AAE171

Color information

#AAE171 (or 0xAAE171) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 71. RGB value is (170,225,113). Sum of RGB (Red+Green+Blue) = 170+225+113=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE171 is #551E8E. Grayscale: #C4C4C4. Windows color (decimal): -5578383 or 7463338. OLE color: 7463338.

HSL color Cylindrical-coordinate representation of color #AAE171: hue angle of 89.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE171 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB170225113-
CMYK0.2400.500.12
HSL89.46º65.12%66.27%-
HSV(B)89.46º49.78%88.24%-
XYZ46.4863.5925.45-
YUV195.7981.28109.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 225 (88.28% from 255) = 44.29%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=33.46%
G=44.29%
B=22.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251130.2400.500.1289.4665.1266.27
HexAAE17118032C594142
Octal2523411613006214131101102
Binary101010101110000111100011100001100101100101100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE171; }

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

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

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

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

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

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

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

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