#AAE181

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

Shades of Feijoa #AAE181

Tints of Feijoa #AAE181

Color information

#AAE181 (or 0xAAE181) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 81. RGB value is (170,225,129). Sum of RGB (Red+Green+Blue) = 170+225+129=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE181 is #551E7E. Grayscale: #C5C5C5. Windows color (decimal): -5578367 or 8511914. OLE color: 8511914.

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

Color convert

RGB170225129-
CMYK0.2400.430.12
HSL94.38º61.54%69.41%-
HSV(B)94.38º42.67%88.24%-
XYZ47.4763.9830.62-
YUV197.6189.28108.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 225 (88.28% from 255) = 42.94%
BLUE value IS 129 (50.78% from 255) = 24.62%
R=32.44%
G=42.94%
B=24.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251290.2400.430.1294.3861.5469.41
HexAAE1811802BC5e3e45
Octal252341201300531413676105
Binary101010101110000110000001110000101011110010111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE181; }

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

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

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

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

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

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

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

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