#AAD191

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

Shades of Feijoa #AAD191

Tints of Feijoa #AAD191

Color information

#AAD191 (or 0xAAD191) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 91. RGB value is (170,209,145). Sum of RGB (Red+Green+Blue) = 170+209+145=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD191 is #552E6E. Grayscale: #BEBEBE. Windows color (decimal): -5582447 or 9556394. OLE color: 9556394.

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

Color convert

RGB170209145-
CMYK0.1900.310.18
HSL96.56º41.03%69.41%-
HSV(B)96.56º30.62%81.96%-
XYZ44.4956.1935.29-
YUV190.04102.58113.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 145 (57.03% from 255) = 27.67%
R=32.44%
G=39.89%
B=27.67%

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
Decimal1702091450.1900.310.1896.5641.0369.41
HexAAD1911301F12612945
Octal252321221230372214151105
Binary101010101101000110010001100110111111001011000011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD191; }

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

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

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

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

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

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

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

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