#AAD078

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

Shades of Feijoa #AAD078

Tints of Feijoa #AAD078

Color information

#AAD078 (or 0xAAD078) is unknown color: approx Feijoa. HEX triplet: AA, D0 and 78. RGB value is (170,208,120). Sum of RGB (Red+Green+Blue) = 170+208+120=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD078 is #552F87. Grayscale: #BABABA. Windows color (decimal): -5582728 or 7917738. OLE color: 7917738.

HSL color Cylindrical-coordinate representation of color #AAD078: hue angle of 85.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD078 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB170208120-
CMYK0.1800.420.18
HSL85.91º48.35%64.31%-
HSV(B)85.91º42.31%81.57%-
XYZ42.5255.0126.15-
YUV186.6190.41116.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=34.14%
G=41.77%
B=24.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081200.1800.420.1885.9148.3564.31
HexAAD0781202A12563040
Octal252320170220522212660100
Binary101010101101000011110001001001010101001010101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD078; }

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

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

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

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

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

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

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

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