#AED696

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

Shades of Feijoa #AED696

Tints of Feijoa #AED696

Color information

#AED696 (or 0xAED696) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 96. RGB value is (174,214,150). Sum of RGB (Red+Green+Blue) = 174+214+150=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #AED696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED696 is #512969. Grayscale: #C2C2C2. Windows color (decimal): -5319018 or 9885358. OLE color: 9885358.

HSL color Cylindrical-coordinate representation of color #AED696: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED696 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB174214150-
CMYK0.1900.300.16
HSL97.5º43.84%71.37%-
HSV(B)97.5º29.91%83.92%-
XYZ47.0159.2937.82-
YUV194.74102.75113.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 214 (83.98% from 255) = 39.78%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=32.34%
G=39.78%
B=27.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141500.1900.300.1697.543.8471.37
HexAED6961301E10622c47
Octal256326226230362014254107
Binary101011101101011010010110100110111101000011000101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED696; }

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

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

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

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

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

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

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

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