#AAD291

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

Shades of Feijoa #AAD291

Tints of Feijoa #AAD291

Color information

#AAD291 (or 0xAAD291) is unknown color: approx Feijoa. HEX triplet: AA, D2 and 91. RGB value is (170,210,145). Sum of RGB (Red+Green+Blue) = 170+210+145=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD291 is #552D6E. Grayscale: #BEBEBE. Windows color (decimal): -5582191 or 9556650. OLE color: 9556650.

HSL color Cylindrical-coordinate representation of color #AAD291: hue angle of 96.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD291 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB170210145-
CMYK0.1900.310.18
HSL96.92º41.94%69.61%-
HSV(B)96.92º30.95%82.35%-
XYZ44.7356.6835.37-
YUV190.63102.25113.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=32.38%
G=40%
B=27.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101450.1900.310.1896.9241.9469.61
HexAAD2911301F12612a46
Octal252322221230372214152106
Binary101010101101001010010001100110111111001011000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD291; }

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

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

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

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

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

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

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

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