#AAD98A

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

Shades of Feijoa #AAD98A

Tints of Feijoa #AAD98A

Color information

#AAD98A (or 0xAAD98A) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 8A. RGB value is (170,217,138). Sum of RGB (Red+Green+Blue) = 170+217+138=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD98A is #552675. Grayscale: #C2C2C2. Windows color (decimal): -5580406 or 9099690. OLE color: 9099690.

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

Color convert

RGB170217138-
CMYK0.2200.360.15
HSL95.7º50.97%69.61%-
HSV(B)95.7º36.41%85.1%-
XYZ45.9860.0133.2-
YUV193.9496.43110.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=32.38%
G=41.33%
B=26.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171380.2200.360.1595.750.9769.61
HexAAD98A16024F603346
Octal252331212260441714063106
Binary101010101101100110001010101100100100111111000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD98A; }

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

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

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

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

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

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

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

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