#AAD98F

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

Shades of Feijoa #AAD98F

Tints of Feijoa #AAD98F

Color information

#AAD98F (or 0xAAD98F) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 8F. RGB value is (170,217,143). Sum of RGB (Red+Green+Blue) = 170+217+143=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD98F is #552670. Grayscale: #C2C2C2. Windows color (decimal): -5580401 or 9427370. OLE color: 9427370.

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

Color convert

RGB170217143-
CMYK0.2200.340.15
HSL98.11º49.33%70.59%-
HSV(B)98.11º34.1%85.1%-
XYZ46.3560.1535.15-
YUV194.5198.93110.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=32.08%
G=40.94%
B=26.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171430.2200.340.1598.1149.3370.59
HexAAD98F16022F623147
Octal252331217260421714261107
Binary101010101101100110001111101100100010111111000101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD98F; }

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

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

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

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

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

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

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

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