#AAD382

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

Shades of Feijoa #AAD382

Tints of Feijoa #AAD382

Color information

#AAD382 (or 0xAAD382) is unknown color: approx Feijoa. HEX triplet: AA, D3 and 82. RGB value is (170,211,130). Sum of RGB (Red+Green+Blue) = 170+211+130=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD382 is #552C7D. Grayscale: #BDBDBD. Windows color (decimal): -5581950 or 8573866. OLE color: 8573866.

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

Color convert

RGB170211130-
CMYK0.1900.380.17
HSL90.37º47.93%66.86%-
HSV(B)90.37º38.39%82.75%-
XYZ43.956.7529.76-
YUV189.5194.42114.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=33.27%
G=41.29%
B=25.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702111300.1900.380.1790.3747.9366.86
HexAAD38213026115a3043
Octal252323202230462113260103
Binary1010101011010011100000101001101001101000110110101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD382; }

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

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

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

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

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

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

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

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