#AAE07E

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

Shades of Feijoa #AAE07E

Tints of Feijoa #AAE07E

Color information

#AAE07E (or 0xAAE07E) is unknown color: approx Feijoa. HEX triplet: AA, E0 and 7E. RGB value is (170,224,126). Sum of RGB (Red+Green+Blue) = 170+224+126=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE07E is #551F81. Grayscale: #C5C5C5. Windows color (decimal): -5578626 or 8315050. OLE color: 8315050.

HSL color Cylindrical-coordinate representation of color #AAE07E: hue angle of 93.06º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAE07E is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB170224126-
CMYK0.2400.440.12
HSL93.06º61.25%68.63%-
HSV(B)93.06º43.75%87.84%-
XYZ4763.3629.49-
YUV196.6888.11108.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 224 (87.89% from 255) = 43.08%
BLUE value IS 126 (49.61% from 255) = 24.23%
R=32.69%
G=43.08%
B=24.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241260.2400.440.1293.0661.2568.63
HexAAE07E1802CC5d3d45
Octal252340176300541413575105
Binary10101010111000001111110110000101100110010111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE07E; }

 p { color: rgb(170,224,126); }

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

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

 a { background-color: rgb(170,224,126); }

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

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

 span { border-color: rgb(170,224,126); }

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