#AED795

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

Shades of Feijoa #AED795

Tints of Feijoa #AED795

Color information

#AED795 (or 0xAED795) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 95. RGB value is (174,215,149). Sum of RGB (Red+Green+Blue) = 174+215+149=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #AED795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED795 is #51286A. Grayscale: #C3C3C3. Windows color (decimal): -5318763 or 9820078. OLE color: 9820078.

HSL color Cylindrical-coordinate representation of color #AED795: hue angle of 97.27º degrees, saturation: 0.45, 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 #AED795 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB174215149-
CMYK0.1900.310.16
HSL97.27º45.21%71.37%-
HSV(B)97.27º30.7%84.31%-
XYZ47.1859.7737.48-
YUV195.22101.92112.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=32.34%
G=39.96%
B=27.70%

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
Decimal1742151490.1900.310.1697.2745.2171.37
HexAED7951301F10612d47
Octal256327225230372014155107
Binary101011101101011110010101100110111111000011000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED795; }

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

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

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

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

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

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

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

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