#AADC82

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

Shades of Feijoa #AADC82

Tints of Feijoa #AADC82

Color information

#AADC82 (or 0xAADC82) is unknown color: approx Feijoa. HEX triplet: AA, DC and 82. RGB value is (170,220,130). Sum of RGB (Red+Green+Blue) = 170+220+130=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC82 is #55237D. Grayscale: #C3C3C3. Windows color (decimal): -5579646 or 8576170. OLE color: 8576170.

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

Color convert

RGB170220130-
CMYK0.2300.410.14
HSL93.33º56.25%68.63%-
HSV(B)93.33º40.91%86.27%-
XYZ46.261.3430.52-
YUV194.7991.44110.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 220 (86.33% from 255) = 42.31%
BLUE value IS 130 (51.17% from 255) = 25%
R=32.69%
G=42.31%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201300.2300.410.1493.3356.2568.63
HexAADC8217029E5d3845
Octal252334202270511613570105
Binary101010101101110010000010101110101001111010111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC82; }

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

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

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

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

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

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

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

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