#AAE185

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

Shades of Feijoa #AAE185

Tints of Feijoa #AAE185

Color information

#AAE185 (or 0xAAE185) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 85. RGB value is (170,225,133). Sum of RGB (Red+Green+Blue) = 170+225+133=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE185 is #551E7A. Grayscale: #C6C6C6. Windows color (decimal): -5578363 or 8774058. OLE color: 8774058.

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

Color convert

RGB170225133-
CMYK0.2400.410.12
HSL95.87º60.53%70.2%-
HSV(B)95.87º40.89%88.24%-
XYZ47.7464.0932.04-
YUV198.0791.28107.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 225 (88.28% from 255) = 42.61%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=32.20%
G=42.61%
B=25.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251330.2400.410.1295.8760.5370.2
HexAAE18518029C603d46
Octal252341205300511414075106
Binary101010101110000110000101110000101001110011000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE185; }

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

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

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

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

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

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

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

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