#AAD783

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

Shades of Feijoa #AAD783

Tints of Feijoa #AAD783

Color information

#AAD783 (or 0xAAD783) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 83. RGB value is (170,215,131). Sum of RGB (Red+Green+Blue) = 170+215+131=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD783 is #55287C. Grayscale: #C0C0C0. Windows color (decimal): -5580925 or 8640426. OLE color: 8640426.

HSL color Cylindrical-coordinate representation of color #AAD783: hue angle of 92.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAD783 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB170215131-
CMYK0.2100.390.16
HSL92.14º51.22%67.84%-
HSV(B)92.14º39.07%84.31%-
XYZ44.9758.7930.45-
YUV191.9793.59112.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=32.95%
G=41.67%
B=25.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151310.2100.390.1692.1451.2267.84
HexAAD78315027105c3344
Octal252327203250472013463104
Binary1010101011010111100000111010101001111000010111001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD783; }

 p { color: rgb(170,215,131); }

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

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

 a { background-color: rgb(170,215,131); }

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

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

 span { border-color: rgb(170,215,131); }

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