#AAE16E

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

Shades of Feijoa #AAE16E

Tints of Feijoa #AAE16E

Color information

#AAE16E (or 0xAAE16E) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 6E. RGB value is (170,225,110). Sum of RGB (Red+Green+Blue) = 170+225+110=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE16E is #551E91. Grayscale: #C3C3C3. Windows color (decimal): -5578386 or 7266730. OLE color: 7266730.

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

Color convert

RGB170225110-
CMYK0.2400.510.12
HSL88.7º65.71%65.69%-
HSV(B)88.7º51.11%88.24%-
XYZ46.3263.5224.57-
YUV195.4479.78109.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=33.66%
G=44.55%
B=21.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251100.2400.510.1288.765.7165.69
HexAAE16E18033C594242
Octal2523411563006314131102102
Binary101010101110000111011101100001100111100101100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE16E; }

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

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

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

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

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

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

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

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