#AED688

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

Shades of Feijoa #AED688

Tints of Feijoa #AED688

Color information

#AED688 (or 0xAED688) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 88. RGB value is (174,214,136). Sum of RGB (Red+Green+Blue) = 174+214+136=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #AED688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED688 is #512977. Grayscale: #C1C1C1. Windows color (decimal): -5319032 or 8967854. OLE color: 8967854.

HSL color Cylindrical-coordinate representation of color #AED688: hue angle of 90.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AED688 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB174214136-
CMYK0.1900.360.16
HSL90.77º48.75%68.63%-
HSV(B)90.77º36.45%83.92%-
XYZ45.9558.8732.23-
YUV193.1595.75114.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=33.21%
G=40.84%
B=25.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141360.1900.360.1690.7748.7568.63
HexAED68813024105b3145
Octal256326210230442013361105
Binary1010111011010110100010001001101001001000010110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED688; }

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

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

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

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

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

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

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

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