#AAD08C

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

Shades of Feijoa #AAD08C

Tints of Feijoa #AAD08C

Color information

#AAD08C (or 0xAAD08C) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 8C. RGB value is (170,208,140). Sum of RGB (Red+Green+Blue) = 170+208+140=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD08C is #552F73. Grayscale: #BDBDBD. Windows color (decimal): -5582708 or 9228458. OLE color: 9228458.

HSL color Cylindrical-coordinate representation of color #AAD08C: hue angle of 93.53º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD08C is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB170208140-
CMYK0.1800.330.18
HSL93.53º41.98%68.24%-
HSV(B)93.53º32.69%81.57%-
XYZ43.8755.5533.22-
YUV188.89100.41114.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=32.82%
G=40.15%
B=27.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081400.1800.330.1893.5341.9868.24
HexAAD08C12021125e2a44
Octal252320214220412213652104
Binary1010101011010000100011001001001000011001010111101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD08C; }

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

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

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

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

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

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

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

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