#AED680

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

Shades of Feijoa #AED680

Tints of Feijoa #AED680

Color information

#AED680 (or 0xAED680) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 80. RGB value is (174,214,128). Sum of RGB (Red+Green+Blue) = 174+214+128=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #AED680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED680 is #51297F. Grayscale: #C0C0C0. Windows color (decimal): -5319040 or 8443566. OLE color: 8443566.

HSL color Cylindrical-coordinate representation of color #AED680: hue angle of 87.91º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED680 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB174214128-
CMYK0.1900.400.16
HSL87.91º51.19%67.06%-
HSV(B)87.91º40.19%83.92%-
XYZ45.458.6529.35-
YUV192.2491.75114.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=33.72%
G=41.47%
B=24.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141280.1900.400.1687.9151.1967.06
HexAED6801302810583343
Octal256326200230502013063103
Binary1010111011010110100000001001101010001000010110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED680; }

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

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

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

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

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

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

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

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