#AADC83

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

Shades of Feijoa #AADC83

Tints of Feijoa #AADC83

Color information

#AADC83 (or 0xAADC83) is unknown color: approx Feijoa. HEX triplet: AA, DC and 83. RGB value is (170,220,131). Sum of RGB (Red+Green+Blue) = 170+220+131=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC83 is #55237C. Grayscale: #C3C3C3. Windows color (decimal): -5579645 or 8641706. OLE color: 8641706.

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

Color convert

RGB170220131-
CMYK0.2300.400.14
HSL93.71º55.97%68.82%-
HSV(B)93.71º40.45%86.27%-
XYZ46.2761.3730.88-
YUV194.991.94110.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=32.63%
G=42.23%
B=25.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201310.2300.400.1493.7155.9768.82
HexAADC8317028E5e3845
Octal252334203270501613670105
Binary101010101101110010000011101110101000111010111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC83; }

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

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

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

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

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

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

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

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