#AED096

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

Shades of Feijoa #AED096

Tints of Feijoa #AED096

Color information

#AED096 (or 0xAED096) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 96. RGB value is (174,208,150). Sum of RGB (Red+Green+Blue) = 174+208+150=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #AED096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED096 is #512F69. Grayscale: #BFBFBF. Windows color (decimal): -5320554 or 9883822. OLE color: 9883822.

HSL color Cylindrical-coordinate representation of color #AED096: hue angle of 95.17º degrees, saturation: 0.38, 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 #AED096 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB174208150-
CMYK0.1600.280.18
HSL95.17º38.16%70.2%-
HSV(B)95.17º27.88%81.57%-
XYZ45.5256.3137.32-
YUV191.22104.74115.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=32.71%
G=39.10%
B=28.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081500.1600.280.1895.1738.1670.2
HexAED0961001C125f2646
Octal256320226200342213746106
Binary101011101101000010010110100000111001001010111111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED096; }

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

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

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

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

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

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

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

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