#AED695

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

Shades of Feijoa #AED695

Tints of Feijoa #AED695

Color information

#AED695 (or 0xAED695) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 95. RGB value is (174,214,149). Sum of RGB (Red+Green+Blue) = 174+214+149=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #AED695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED695 is #51296A. Grayscale: #C2C2C2. Windows color (decimal): -5319019 or 9819822. OLE color: 9819822.

HSL color Cylindrical-coordinate representation of color #AED695: hue angle of 96.92º 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 #AED695 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB174214149-
CMYK0.1900.300.16
HSL96.92º44.22%71.18%-
HSV(B)96.92º30.37%83.92%-
XYZ46.9359.2637.4-
YUV194.63102.25113.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=32.40%
G=39.85%
B=27.75%

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
Decimal1742141490.1900.300.1696.9244.2271.18
HexAED6951301E10612c47
Octal256326225230362014154107
Binary101011101101011010010101100110111101000011000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED695; }

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

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

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

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

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

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

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

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