#AAE085

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

Shades of Feijoa #AAE085

Tints of Feijoa #AAE085

Color information

#AAE085 (or 0xAAE085) is unknown color: approx Feijoa. HEX triplet: AA, E0 and 85. RGB value is (170,224,133). Sum of RGB (Red+Green+Blue) = 170+224+133=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE085 is #551F7A. Grayscale: #C5C5C5. Windows color (decimal): -5578619 or 8773802. OLE color: 8773802.

HSL color Cylindrical-coordinate representation of color #AAE085: hue angle of 95.6º degrees, saturation: 0.59, 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 #AAE085 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB170224133-
CMYK0.2400.410.12
HSL95.6º59.48%70%-
HSV(B)95.6º40.62%87.84%-
XYZ47.4763.5531.96-
YUV197.4891.61108.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=32.26%
G=42.50%
B=25.24%

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
Decimal1702241330.2400.410.1295.659.4870
HexAAE08518029C603b46
Octal252340205300511414073106
Binary101010101110000010000101110000101001110011000001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE085; }

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

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

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

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

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

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

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

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