#AAD193

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

Shades of Feijoa #AAD193

Tints of Feijoa #AAD193

Color information

#AAD193 (or 0xAAD193) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 93. RGB value is (170,209,147). Sum of RGB (Red+Green+Blue) = 170+209+147=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD193 is #552E6C. Grayscale: #BEBEBE. Windows color (decimal): -5582445 or 9687466. OLE color: 9687466.

HSL color Cylindrical-coordinate representation of color #AAD193: hue angle of 97.74º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD193 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB170209147-
CMYK0.1900.300.18
HSL97.74º40.26%69.8%-
HSV(B)97.74º29.67%81.96%-
XYZ44.6456.2536.11-
YUV190.27103.58113.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 147 (57.81% from 255) = 27.95%
R=32.32%
G=39.73%
B=27.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091470.1900.300.1897.7440.2669.8
HexAAD1931301E12622846
Octal252321223230362214250106
Binary101010101101000110010011100110111101001011000101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD193; }

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

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

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

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

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

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

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

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