#AAD993

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

Shades of Feijoa #AAD993

Tints of Feijoa #AAD993

Color information

#AAD993 (or 0xAAD993) is unknown color: approx Feijoa. HEX triplet: AA, D9 and 93. RGB value is (170,217,147). Sum of RGB (Red+Green+Blue) = 170+217+147=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD993 is #55266C. Grayscale: #C3C3C3. Windows color (decimal): -5580397 or 9689514. OLE color: 9689514.

HSL color Cylindrical-coordinate representation of color #AAD993: hue angle of 100.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD993 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB170217147-
CMYK0.2200.320.15
HSL100.29º47.95%71.37%-
HSV(B)100.29º32.26%85.1%-
XYZ46.6660.2836.78-
YUV194.97100.93110.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=31.84%
G=40.64%
B=27.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171470.2200.320.15100.2947.9571.37
HexAAD99316020F643047
Octal252331223260401714460107
Binary101010101101100110010011101100100000111111001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD993; }

 p { color: rgb(170,217,147); }

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

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

 a { background-color: rgb(170,217,147); }

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

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

 span { border-color: rgb(170,217,147); }

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