#AAD38E

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

Shades of Feijoa #AAD38E

Tints of Feijoa #AAD38E

Color information

#AAD38E (or 0xAAD38E) is unknown color: approx Feijoa. HEX triplet: AA, D3 and 8E. RGB value is (170,211,142). Sum of RGB (Red+Green+Blue) = 170+211+142=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD38E is #552C71. Grayscale: #BFBFBF. Windows color (decimal): -5581938 or 9360298. OLE color: 9360298.

HSL color Cylindrical-coordinate representation of color #AAD38E: hue angle of 95.65º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD38E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB170211142-
CMYK0.1900.330.17
HSL95.65º43.95%69.22%-
HSV(B)95.65º32.7%82.75%-
XYZ44.7557.0934.25-
YUV190.88100.42113.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=32.50%
G=40.34%
B=27.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702111420.1900.330.1795.6543.9569.22
HexAAD38E1302111602c45
Octal252323216230412114054105
Binary1010101011010011100011101001101000011000111000001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD38E; }

 p { color: rgb(170,211,142); }

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

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

 a { background-color: rgb(170,211,142); }

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

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

 span { border-color: rgb(170,211,142); }

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