#AAD78D

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

Shades of Feijoa #AAD78D

Tints of Feijoa #AAD78D

Color information

#AAD78D (or 0xAAD78D) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 8D. RGB value is (170,215,141). Sum of RGB (Red+Green+Blue) = 170+215+141=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD78D is #552872. Grayscale: #C1C1C1. Windows color (decimal): -5580915 or 9295786. OLE color: 9295786.

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

Color convert

RGB170215141-
CMYK0.2100.340.16
HSL96.49º48.05%69.8%-
HSV(B)96.49º34.42%84.31%-
XYZ45.6959.0734.19-
YUV193.1198.59111.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=32.32%
G=40.87%
B=26.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151410.2100.340.1696.4948.0569.8
HexAAD78D1502210603046
Octal252327215250422014060106
Binary1010101011010111100011011010101000101000011000001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD78D; }

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

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

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

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

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

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

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

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