#AAD68A

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

Shades of Feijoa #AAD68A

Tints of Feijoa #AAD68A

Color information

#AAD68A (or 0xAAD68A) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 8A. RGB value is (170,214,138). Sum of RGB (Red+Green+Blue) = 170+214+138=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68A is #552975. Grayscale: #C0C0C0. Windows color (decimal): -5581174 or 9098922. OLE color: 9098922.

HSL color Cylindrical-coordinate representation of color #AAD68A: hue angle of 94.74º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAD68A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB170214138-
CMYK0.2100.360.16
HSL94.74º48.1%69.02%-
HSV(B)94.74º35.51%83.92%-
XYZ45.2158.4732.95-
YUV192.1897.42112.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=32.57%
G=41.00%
B=26.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141380.2100.360.1694.7448.169.02
HexAAD68A15024105f3045
Octal252326212250442013760105
Binary1010101011010110100010101010101001001000010111111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD68A; }

 p { color: rgb(170,214,138); }

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

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

 a { background-color: rgb(170,214,138); }

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

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

 span { border-color: rgb(170,214,138); }

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