#AAD76D

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

Shades of Feijoa #AAD76D

Tints of Feijoa #AAD76D

Color information

#AAD76D (or 0xAAD76D) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 6D. RGB value is (170,215,109). Sum of RGB (Red+Green+Blue) = 170+215+109=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD76D is #552892. Grayscale: #BDBDBD. Windows color (decimal): -5580947 or 7198634. OLE color: 7198634.

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

Color convert

RGB170215109-
CMYK0.2100.490.16
HSL85.47º56.99%63.53%-
HSV(B)85.47º49.3%84.31%-
XYZ43.6458.2523.41-
YUV189.4682.59114.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 215 (84.38% from 255) = 43.52%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=34.41%
G=43.52%
B=22.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151090.2100.490.1685.4756.9963.53
HexAAD76D1503110553940
Octal252327155250612012571100
Binary101010101101011111011011010101100011000010101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD76D; }

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

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

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

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

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

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

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

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