#AADA77

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

Shades of Feijoa #AADA77

Tints of Feijoa #AADA77

Color information

#AADA77 (or 0xAADA77) is unknown color: approx Feijoa. HEX triplet: AA, DA and 77. RGB value is (170,218,119). Sum of RGB (Red+Green+Blue) = 170+218+119=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA77 is #552588. Grayscale: #C0C0C0. Windows color (decimal): -5580169 or 7854762. OLE color: 7854762.

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

Color convert

RGB170218119-
CMYK0.2200.450.15
HSL89.09º57.23%66.08%-
HSV(B)89.09º45.41%85.49%-
XYZ44.9860.0226.67-
YUV192.3686.6112.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=33.53%
G=43.00%
B=23.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181190.2200.450.1589.0957.2366.08
HexAADA771602DF593942
Octal252332167260551713171102
Binary10101010110110101110111101100101101111110110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA77; }

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

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

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

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

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

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

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

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