#AED293

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

Shades of Feijoa #AED293

Tints of Feijoa #AED293

Color information

#AED293 (or 0xAED293) is unknown color: approx Feijoa. HEX triplet: AE, D2 and 93. RGB value is (174,210,147). Sum of RGB (Red+Green+Blue) = 174+210+147=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #AED293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED293 is #512D6C. Grayscale: #C0C0C0. Windows color (decimal): -5320045 or 9687726. OLE color: 9687726.

HSL color Cylindrical-coordinate representation of color #AED293: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED293 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB174210147-
CMYK0.1700.300.18
HSL94.29º41.18%70%-
HSV(B)94.29º30%82.35%-
XYZ45.7757.236.23-
YUV192.05102.57115.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=32.77%
G=39.55%
B=27.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101470.1700.300.1894.2941.1870
HexAED2931101E125e2946
Octal256322223210362213651106
Binary101011101101001010010011100010111101001010111101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED293; }

 p { color: rgb(174,210,147); }

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

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

 a { background-color: rgb(174,210,147); }

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

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

 span { border-color: rgb(174,210,147); }

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