#AAD992

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

Shades of Feijoa #AAD992

Tints of Feijoa #AAD992

Color information

#AAD992 (or 0xAAD992) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 92. RGB value is (170,217,146). Sum of RGB (Red+Green+Blue) = 170+217+146=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD992 is #55266D. Grayscale: #C3C3C3. Windows color (decimal): -5580398 or 9623978. OLE color: 9623978.

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

Color convert

RGB170217146-
CMYK0.2200.330.15
HSL99.72º48.3%71.18%-
HSV(B)99.72º32.72%85.1%-
XYZ46.5860.2536.37-
YUV194.85100.43110.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=31.89%
G=40.71%
B=27.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171460.2200.330.1599.7248.371.18
HexAAD99216021F643047
Octal252331222260411714460107
Binary101010101101100110010010101100100001111111001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD992; }

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

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

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

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

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

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

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

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