#AAD591

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

Shades of Feijoa #AAD591

Tints of Feijoa #AAD591

Color information

#AAD591 (or 0xAAD591) is unknown color: approx Feijoa. HEX triplet: AA, D5 and 91. RGB value is (170,213,145). Sum of RGB (Red+Green+Blue) = 170+213+145=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD591 is #552A6E. Grayscale: #C0C0C0. Windows color (decimal): -5581423 or 9557418. OLE color: 9557418.

HSL color Cylindrical-coordinate representation of color #AAD591: hue angle of 97.94º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD591 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB170213145-
CMYK0.2000.320.16
HSL97.94º44.74%70.2%-
HSV(B)97.94º31.92%83.53%-
XYZ45.4858.1835.62-
YUV192.39101.25112.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=32.20%
G=40.34%
B=27.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131450.2000.320.1697.9444.7470.2
HexAAD5911402010622d46
Octal252325221240402014255106
Binary1010101011010101100100011010001000001000011000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD591; }

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

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

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

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

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

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

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

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