#AAD18F

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

Shades of Feijoa #AAD18F

Tints of Feijoa #AAD18F

Color information

#AAD18F (or 0xAAD18F) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 8F. RGB value is (170,209,143). Sum of RGB (Red+Green+Blue) = 170+209+143=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD18F is #552E70. Grayscale: #BEBEBE. Windows color (decimal): -5582449 or 9425322. OLE color: 9425322.

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

Color convert

RGB170209143-
CMYK0.1900.320.18
HSL95.45º41.77%69.02%-
HSV(B)95.45º31.58%81.96%-
XYZ44.3456.1334.48-
YUV189.81101.58113.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 143 (56.25% from 255) = 27.39%
R=32.57%
G=40.04%
B=27.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091430.1900.320.1895.4541.7769.02
HexAAD18F13020125f2a45
Octal252321217230402213752105
Binary1010101011010001100011111001101000001001010111111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD18F; }

 p { color: rgb(170,209,143); }

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

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

 a { background-color: rgb(170,209,143); }

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

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

 span { border-color: rgb(170,209,143); }

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