#AED794

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

Shades of Feijoa #AED794

Tints of Feijoa #AED794

Color information

#AED794 (or 0xAED794) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 94. RGB value is (174,215,148). Sum of RGB (Red+Green+Blue) = 174+215+148=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #AED794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED794 is #51286B. Grayscale: #C3C3C3. Windows color (decimal): -5318764 or 9754542. OLE color: 9754542.

HSL color Cylindrical-coordinate representation of color #AED794: hue angle of 96.72º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED794 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB174215148-
CMYK0.1900.310.16
HSL96.72º45.58%71.18%-
HSV(B)96.72º31.16%84.31%-
XYZ47.159.7437.06-
YUV195.1101.42112.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=32.40%
G=40.04%
B=27.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151480.1900.310.1696.7245.5871.18
HexAED7941301F10612e47
Octal256327224230372014156107
Binary101011101101011110010100100110111111000011000011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED794; }

 p { color: rgb(174,215,148); }

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

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

 a { background-color: rgb(174,215,148); }

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

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

 span { border-color: rgb(174,215,148); }

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