#AAD38D

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

Shades of Feijoa #AAD38D

Tints of Feijoa #AAD38D

Color information

#AAD38D (or 0xAAD38D) is unknown color: approx Feijoa. HEX triplet: AA, D3 and 8D. RGB value is (170,211,141). Sum of RGB (Red+Green+Blue) = 170+211+141=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD38D is #552C72. Grayscale: #BFBFBF. Windows color (decimal): -5581939 or 9294762. OLE color: 9294762.

HSL color Cylindrical-coordinate representation of color #AAD38D: hue angle of 95.14º 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 #AAD38D is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB170211141-
CMYK0.1900.330.17
HSL95.14º44.3%69.02%-
HSV(B)95.14º33.18%82.75%-
XYZ44.6857.0633.86-
YUV190.7699.92113.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=32.57%
G=40.42%
B=27.01%

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
Decimal1702111410.1900.330.1795.1444.369.02
HexAAD38D13021115f2c45
Octal252323215230412113754105
Binary1010101011010011100011011001101000011000110111111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD38D; }

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

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

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

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

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

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

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

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