#AADA70

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

Shades of Feijoa #AADA70

Tints of Feijoa #AADA70

Color information

#AADA70 (or 0xAADA70) is unknown color: approx Feijoa. HEX triplet: AA, DA and 70. RGB value is (170,218,112). Sum of RGB (Red+Green+Blue) = 170+218+112=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA70 is #55258F. Grayscale: #BFBFBF. Windows color (decimal): -5580176 or 7396010. OLE color: 7396010.

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

Color convert

RGB170218112-
CMYK0.2200.490.15
HSL87.17º58.89%64.71%-
HSV(B)87.17º48.62%85.49%-
XYZ44.5759.8624.53-
YUV191.5683.1112.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 112 (44.14% from 255) = 22.4%
R=34%
G=43.6%
B=22.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181120.2200.490.1587.1758.8964.71
HexAADA7016031F573b41
Octal252332160260611712773101
Binary10101010110110101110000101100110001111110101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA70; }

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

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

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

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

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

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

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

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