#AADC77

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

Shades of Feijoa #AADC77

Tints of Feijoa #AADC77

Color information

#AADC77 (or 0xAADC77) is unknown color: approx Feijoa. HEX triplet: AA, DC and 77. RGB value is (170,220,119). Sum of RGB (Red+Green+Blue) = 170+220+119=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC77 is #552388. Grayscale: #C1C1C1. Windows color (decimal): -5579657 or 7855274. OLE color: 7855274.

HSL color Cylindrical-coordinate representation of color #AADC77: hue angle of 89.7º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AADC77 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB170220119-
CMYK0.2300.460.14
HSL89.7º59.06%66.47%-
HSV(B)89.7º45.91%86.27%-
XYZ45.561.0626.84-
YUV193.5485.94111.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=33.40%
G=43.22%
B=23.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201190.2300.460.1489.759.0666.47
HexAADC771702EE5a3b42
Octal252334167270561613273102
Binary10101010110111001110111101110101110111010110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC77; }

 p { color: rgb(170,220,119); }

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

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

 a { background-color: rgb(170,220,119); }

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

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

 span { border-color: rgb(170,220,119); }

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