#AAE475

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

Shades of Feijoa #AAE475

Tints of Feijoa #AAE475

Color information

#AAE475 (or 0xAAE475) is unknown color: approx Feijoa. HEX triplet: AA, E4 and 75. RGB value is (170,228,117). Sum of RGB (Red+Green+Blue) = 170+228+117=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE475 is #551B8A. Grayscale: #C6C6C6. Windows color (decimal): -5577611 or 7726250. OLE color: 7726250.

HSL color Cylindrical-coordinate representation of color #AAE475: hue angle of 91.35º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE475 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB170228117-
CMYK0.2500.490.11
HSL91.35º67.27%67.65%-
HSV(B)91.35º48.68%89.41%-
XYZ47.5365.3226.93-
YUV19882.28108.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 228 (89.45% from 255) = 44.27%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=33.01%
G=44.27%
B=22.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702281170.2500.490.1191.3567.2767.65
HexAAE47519031B5b4344
Octal2523441653106113133103104
Binary101010101110010011101011100101100011011101101110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE475; }

 p { color: rgb(170,228,117); }

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

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

 a { background-color: rgb(170,228,117); }

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

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

 span { border-color: rgb(170,228,117); }

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