#AAD781

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

Shades of Feijoa #AAD781

Tints of Feijoa #AAD781

Color information

#AAD781 (or 0xAAD781) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 81. RGB value is (170,215,129). Sum of RGB (Red+Green+Blue) = 170+215+129=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD781 is #55287E. Grayscale: #C0C0C0. Windows color (decimal): -5580927 or 8509354. OLE color: 8509354.

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

Color convert

RGB170215129-
CMYK0.2100.40.16
HSL91.4º51.81%67.45%-
HSV(B)91.4º40%84.31%-
XYZ44.8458.7329.74-
YUV191.7492.59112.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=33.07%
G=41.83%
B=25.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151290.2100.40.1691.451.8167.45
HexAAD78115028105b3443
Octal252327201250502013364103
Binary1010101011010111100000011010101010001000010110111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD781; }

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

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

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

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

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

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

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

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