#AAD892

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

Shades of Feijoa #AAD892

Tints of Feijoa #AAD892

Color information

#AAD892 (or 0xAAD892) is unknown color: approx Feijoa. HEX triplet: AA, D8 and 92. RGB value is (170,216,146). Sum of RGB (Red+Green+Blue) = 170+216+146=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD892 is #55276D. Grayscale: #C2C2C2. Windows color (decimal): -5580654 or 9623722. OLE color: 9623722.

HSL color Cylindrical-coordinate representation of color #AAD892: hue angle of 99.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD892 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB170216146-
CMYK0.2100.320.15
HSL99.43º47.3%70.98%-
HSV(B)99.43º32.41%84.71%-
XYZ46.3259.7336.28-
YUV194.27100.76110.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=31.95%
G=40.60%
B=27.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161460.2100.320.1599.4347.370.98
HexAAD89215020F632f47
Octal252330222250401714357107
Binary101010101101100010010010101010100000111111000111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD892; }

 p { color: rgb(170,216,146); }

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

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

 a { background-color: rgb(170,216,146); }

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

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

 span { border-color: rgb(170,216,146); }

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