#AED392

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

Shades of Feijoa #AED392

Tints of Feijoa #AED392

Color information

#AED392 (or 0xAED392) is unknown color: approx Feijoa. HEX triplet: AE, D3 and 92. RGB value is (174,211,146). Sum of RGB (Red+Green+Blue) = 174+211+146=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #AED392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED392 is #512C6D. Grayscale: #C0C0C0. Windows color (decimal): -5319790 or 9622446. OLE color: 9622446.

HSL color Cylindrical-coordinate representation of color #AED392: hue angle of 94.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED392 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB174211146-
CMYK0.1800.310.17
HSL94.15º42.48%70%-
HSV(B)94.15º30.81%82.75%-
XYZ45.9457.6635.9-
YUV192.53101.74114.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=32.77%
G=39.74%
B=27.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111460.1800.310.1794.1542.4870
HexAED3921201F115e2a46
Octal256323222220372113652106
Binary101011101101001110010010100100111111000110111101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED392; }

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

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

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

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

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

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

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

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