#AED792

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

Shades of Feijoa #AED792

Tints of Feijoa #AED792

Color information

#AED792 (or 0xAED792) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 92. RGB value is (174,215,146). Sum of RGB (Red+Green+Blue) = 174+215+146=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #AED792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED792 is #51286D. Grayscale: #C3C3C3. Windows color (decimal): -5318766 or 9623470. OLE color: 9623470.

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

Color convert

RGB174215146-
CMYK0.1900.320.16
HSL95.65º46.31%70.78%-
HSV(B)95.65º32.09%84.31%-
XYZ46.9459.6736.24-
YUV194.88100.42113.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=32.52%
G=40.19%
B=27.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151460.1900.320.1695.6546.3170.78
HexAED7921302010602e47
Octal256327222230402014056107
Binary1010111011010111100100101001101000001000011000001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED792; }

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

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

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

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

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

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

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

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