#AAD091

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

Shades of Feijoa #AAD091

Tints of Feijoa #AAD091

Color information

#AAD091 (or 0xAAD091) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 91. RGB value is (170,208,145). Sum of RGB (Red+Green+Blue) = 170+208+145=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD091 is #552F6E. Grayscale: #BDBDBD. Windows color (decimal): -5582703 or 9556138. OLE color: 9556138.

HSL color Cylindrical-coordinate representation of color #AAD091: hue angle of 96.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD091 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB170208145-
CMYK0.1800.300.18
HSL96.19º40.13%69.22%-
HSV(B)96.19º30.29%81.57%-
XYZ44.2455.735.21-
YUV189.46102.91114.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 145 (57.03% from 255) = 27.72%
R=32.50%
G=39.77%
B=27.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081450.1800.300.1896.1940.1369.22
HexAAD0911201E12602845
Octal252320221220362214050105
Binary101010101101000010010001100100111101001011000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD091; }

 p { color: rgb(170,208,145); }

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

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

 a { background-color: rgb(170,208,145); }

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

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

 span { border-color: rgb(170,208,145); }

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