#AED585

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

Shades of Feijoa #AED585

Tints of Feijoa #AED585

Color information

#AED585 (or 0xAED585) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 85. RGB value is (174,213,133). Sum of RGB (Red+Green+Blue) = 174+213+133=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #AED585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED585 is #512A7A. Grayscale: #C0C0C0. Windows color (decimal): -5319291 or 8770990. OLE color: 8770990.

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

Color convert

RGB174213133-
CMYK0.1800.380.16
HSL89.25º48.78%67.84%-
HSV(B)89.25º37.56%83.53%-
XYZ45.4858.2831.04-
YUV192.2294.58115-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=33.46%
G=40.96%
B=25.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131330.1800.380.1689.2548.7867.84
HexAED5851202610593144
Octal256325205220462013161104
Binary1010111011010101100001011001001001101000010110011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED585; }

 p { color: rgb(174,213,133); }

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

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

 a { background-color: rgb(174,213,133); }

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

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

 span { border-color: rgb(174,213,133); }

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