#AAE385

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

Shades of Feijoa #AAE385

Tints of Feijoa #AAE385

Color information

#AAE385 (or 0xAAE385) is unknown color: approx Feijoa. HEX triplet: AA, E3 and 85. RGB value is (170,227,133). Sum of RGB (Red+Green+Blue) = 170+227+133=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE385 is #551C7A. Grayscale: #C7C7C7. Windows color (decimal): -5577851 or 8774570. OLE color: 8774570.

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

Color convert

RGB170227133-
CMYK0.2500.410.11
HSL96.38º62.67%70.59%-
HSV(B)96.38º41.41%89.02%-
XYZ48.2865.1832.23-
YUV199.2490.62107.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 227 (89.06% from 255) = 42.83%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=32.08%
G=42.83%
B=25.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271330.2500.410.1196.3862.6770.59
HexAAE38519029B603f47
Octal252343205310511314077107
Binary101010101110001110000101110010101001101111000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE385; }

 p { color: rgb(170,227,133); }

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

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

 a { background-color: rgb(170,227,133); }

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

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

 span { border-color: rgb(170,227,133); }

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