#AAD178

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

Shades of Feijoa #AAD178

Tints of Feijoa #AAD178

Color information

#AAD178 (or 0xAAD178) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 78. RGB value is (170,209,120). Sum of RGB (Red+Green+Blue) = 170+209+120=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD178 is #552E87. Grayscale: #BBBBBB. Windows color (decimal): -5582472 or 7917994. OLE color: 7917994.

HSL color Cylindrical-coordinate representation of color #AAD178: hue angle of 86.29º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD178 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB170209120-
CMYK0.1900.430.18
HSL86.29º49.17%64.51%-
HSV(B)86.29º42.58%81.96%-
XYZ42.7755.526.23-
YUV187.1990.08115.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=34.07%
G=41.88%
B=24.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091200.1900.430.1886.2949.1764.51
HexAAD1781302B12563141
Octal252321170230532212661101
Binary101010101101000111110001001101010111001010101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD178; }

 p { color: rgb(170,209,120); }

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

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

 a { background-color: rgb(170,209,120); }

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

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

 span { border-color: rgb(170,209,120); }

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