#AAD486

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

Shades of Feijoa #AAD486

Tints of Feijoa #AAD486

Color information

#AAD486 (or 0xAAD486) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 86. RGB value is (170,212,134). Sum of RGB (Red+Green+Blue) = 170+212+134=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD486 is #552B79. Grayscale: #BEBEBE. Windows color (decimal): -5581690 or 8836266. OLE color: 8836266.

HSL color Cylindrical-coordinate representation of color #AAD486: hue angle of 92.31º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAD486 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB170212134-
CMYK0.2000.370.17
HSL92.31º47.56%67.84%-
HSV(B)92.31º36.79%83.14%-
XYZ44.4257.3531.28-
YUV190.5596.09113.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=32.95%
G=41.09%
B=25.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121340.2000.370.1792.3147.5667.84
HexAAD48614025115c3044
Octal252324206240452113460104
Binary1010101011010100100001101010001001011000110111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD486; }

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

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

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

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

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

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

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

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