#AADC8F

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

Shades of Feijoa #AADC8F

Tints of Feijoa #AADC8F

Color information

#AADC8F (or 0xAADC8F) is unknown color: approx Feijoa. HEX triplet: AA, DC and 8F. RGB value is (170,220,143). Sum of RGB (Red+Green+Blue) = 170+220+143=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC8F is #552370. Grayscale: #C4C4C4. Windows color (decimal): -5579633 or 9428138. OLE color: 9428138.

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

Color convert

RGB170220143-
CMYK0.2300.350.14
HSL98.96º52.38%71.18%-
HSV(B)98.96º35%86.27%-
XYZ47.1361.7235.41-
YUV196.2797.94109.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=31.89%
G=41.28%
B=26.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201430.2300.350.1498.9652.3871.18
HexAADC8F17023E633447
Octal252334217270431614364107
Binary101010101101110010001111101110100011111011000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC8F; }

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

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

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

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

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

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

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

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