#AED196

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

Shades of Feijoa #AED196

Tints of Feijoa #AED196

Color information

#AED196 (or 0xAED196) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 96. RGB value is (174,209,150). Sum of RGB (Red+Green+Blue) = 174+209+150=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #AED196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED196 is #512E69. Grayscale: #C0C0C0. Windows color (decimal): -5320298 or 9884078. OLE color: 9884078.

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

Color convert

RGB174209150-
CMYK0.1700.280.18
HSL95.59º39.07%70.39%-
HSV(B)95.59º28.23%81.96%-
XYZ45.7656.837.41-
YUV191.81104.4115.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=32.65%
G=39.21%
B=28.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091500.1700.280.1895.5939.0770.39
HexAED1961101C12602746
Octal256321226210342214047106
Binary101011101101000110010110100010111001001011000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED196; }

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

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

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

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

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

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

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

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