#AADF86

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

Shades of Feijoa #AADF86

Tints of Feijoa #AADF86

Color information

#AADF86 (or 0xAADF86) is unknown color: approx Feijoa. HEX triplet: AA, DF and 86. RGB value is (170,223,134). Sum of RGB (Red+Green+Blue) = 170+223+134=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF86 is #552079. Grayscale: #C5C5C5. Windows color (decimal): -5578874 or 8839082. OLE color: 8839082.

HSL color Cylindrical-coordinate representation of color #AADF86: hue angle of 95.73º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADF86 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB170223134-
CMYK0.2400.400.13
HSL95.73º58.17%70%-
HSV(B)95.73º39.91%87.45%-
XYZ47.2763.0432.23-
YUV197.0192.44108.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 134 (52.73% from 255) = 25.43%
R=32.26%
G=42.31%
B=25.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231340.2400.400.1395.7358.1770
HexAADF8618028D603a46
Octal252337206300501514072106
Binary101010101101111110000110110000101000110111000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF86; }

 p { color: rgb(170,223,134); }

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

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

 a { background-color: rgb(170,223,134); }

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

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

 span { border-color: rgb(170,223,134); }

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