#AAD981

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

Shades of Feijoa #AAD981

Tints of Feijoa #AAD981

Color information

#AAD981 (or 0xAAD981) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 81. RGB value is (170,217,129). Sum of RGB (Red+Green+Blue) = 170+217+129=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD981 is #55267E. Grayscale: #C1C1C1. Windows color (decimal): -5580415 or 8509866. OLE color: 8509866.

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

Color convert

RGB170217129-
CMYK0.2200.410.15
HSL92.05º53.66%67.84%-
HSV(B)92.05º40.55%85.1%-
XYZ45.3559.7629.91-
YUV192.9291.93111.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 129 (50.78% from 255) = 25%
R=32.95%
G=42.05%
B=25%

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
Decimal1702171290.2200.410.1592.0553.6667.84
HexAAD98116029F5c3644
Octal252331201260511713466104
Binary101010101101100110000001101100101001111110111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD981; }

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

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

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

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

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

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

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

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