#AED979

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

Shades of Feijoa #AED979

Tints of Feijoa #AED979

Color information

#AED979 (or 0xAED979) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 79. RGB value is (174,217,121). Sum of RGB (Red+Green+Blue) = 174+217+121=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #AED979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED979 is #512686. Grayscale: #C1C1C1. Windows color (decimal): -5318279 or 7985582. OLE color: 7985582.

HSL color Cylindrical-coordinate representation of color #AED979: hue angle of 86.88º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AED979 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB174217121-
CMYK0.2000.440.15
HSL86.88º55.81%66.27%-
HSV(B)86.88º44.24%85.1%-
XYZ45.726027.26-
YUV193.287.25114.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 121 (47.66% from 255) = 23.63%
R=33.98%
G=42.38%
B=23.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171210.2000.440.1586.8855.8166.27
HexAED9791402CF573842
Octal256331171240541712770102
Binary10101110110110011111001101000101100111110101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED979; }

 p { color: rgb(174,217,121); }

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

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

 a { background-color: rgb(174,217,121); }

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

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

 span { border-color: rgb(174,217,121); }

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