#AAD68C

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

Shades of Feijoa #AAD68C

Tints of Feijoa #AAD68C

Color information

#AAD68C (or 0xAAD68C) is unknown color: approx Feijoa. HEX triplet: AA, D6 and 8C. RGB value is (170,214,140). Sum of RGB (Red+Green+Blue) = 170+214+140=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD68C is #552973. Grayscale: #C0C0C0. Windows color (decimal): -5581172 or 9229994. OLE color: 9229994.

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

Color convert

RGB170214140-
CMYK0.2100.350.16
HSL95.68º47.44%69.41%-
HSV(B)95.68º34.58%83.92%-
XYZ45.3658.5333.72-
YUV192.4198.42112.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=32.44%
G=40.84%
B=26.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141400.2100.350.1695.6847.4469.41
HexAAD68C1502310602f45
Octal252326214250432014057105
Binary1010101011010110100011001010101000111000011000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD68C; }

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

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

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

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

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

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

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

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