#AAD77C

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

Shades of Feijoa #AAD77C

Tints of Feijoa #AAD77C

Color information

#AAD77C (or 0xAAD77C) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 7C. RGB value is (170,215,124). Sum of RGB (Red+Green+Blue) = 170+215+124=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD77C is #552883. Grayscale: #BFBFBF. Windows color (decimal): -5580932 or 8181674. OLE color: 8181674.

HSL color Cylindrical-coordinate representation of color #AAD77C: hue angle of 89.67º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD77C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB170215124-
CMYK0.2100.420.16
HSL89.67º53.22%66.47%-
HSV(B)89.67º42.33%84.31%-
XYZ44.5258.628.03-
YUV191.1790.09112.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 124 (48.83% from 255) = 24.36%
R=33.40%
G=42.24%
B=24.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151240.2100.420.1689.6753.2266.47
HexAAD77C1502A105a3542
Octal252327174250522013265102
Binary101010101101011111111001010101010101000010110101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD77C; }

 p { color: rgb(170,215,124); }

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

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

 a { background-color: rgb(170,215,124); }

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

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

 span { border-color: rgb(170,215,124); }

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