#aad97f

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

Shades of Feijoa #AAD97F

Tints of Feijoa #AAD97F

Color information

#AAD97F (or 0xAAD97F) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 7F. RGB value is (170,217,127). Sum of RGB (Red+Green+Blue) = 170+217+127=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD97F is #552680. Grayscale: #C1C1C1. Windows color (decimal): -5580417 or 8378794. OLE color: 8378794.

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

Color convert

RGB170217127-
CMYK0.2200.410.15
HSL91.33º54.22%67.45%-
HSV(B)91.33º41.47%85.1%-
XYZ45.2259.729.22-
YUV192.6990.93111.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 127 (50% from 255) = 24.71%
R=33.07%
G=42.22%
B=24.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171270.2200.410.1591.3354.2267.45
HexAAD97F16029F5b3643
Octal252331177260511713366103
Binary10101010110110011111111101100101001111110110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad97f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad97f; }

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

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

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

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

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

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

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

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