#AED194

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

Shades of Feijoa #AED194

Tints of Feijoa #AED194

Color information

#AED194 (or 0xAED194) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 94. RGB value is (174,209,148). Sum of RGB (Red+Green+Blue) = 174+209+148=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #AED194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED194 is #512E6B. Grayscale: #BFBFBF. Windows color (decimal): -5320300 or 9753006. OLE color: 9753006.

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

Color convert

RGB174209148-
CMYK0.1700.290.18
HSL94.43º39.87%70%-
HSV(B)94.43º29.19%81.96%-
XYZ45.656.7436.57-
YUV191.58103.4115.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=32.77%
G=39.36%
B=27.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091480.1700.290.1894.4339.8770
HexAED1941101D125e2846
Octal256321224210352213650106
Binary101011101101000110010100100010111011001010111101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED194; }

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

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

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

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

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

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

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

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