#AADD77

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

Shades of Feijoa #AADD77

Tints of Feijoa #AADD77

Color information

#AADD77 (or 0xAADD77) is unknown color: approx Feijoa. HEX triplet: AA, DD and 77. RGB value is (170,221,119). Sum of RGB (Red+Green+Blue) = 170+221+119=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD77 is #552288. Grayscale: #C2C2C2. Windows color (decimal): -5579401 or 7855530. OLE color: 7855530.

HSL color Cylindrical-coordinate representation of color #AADD77: hue angle of 90º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AADD77 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB170221119-
CMYK0.2300.460.13
HSL90º60%66.67%-
HSV(B)90º46.15%86.67%-
XYZ45.7661.5926.93-
YUV194.1285.6110.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 119 (46.88% from 255) = 23.33%
R=33.33%
G=43.33%
B=23.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211190.2300.460.13906066.67
HexAADD771702ED5a3c43
Octal252335167270561513274103
Binary10101010110111011110111101110101110110110110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD77; }

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

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

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

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

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

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

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

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