#AED590

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

Shades of Feijoa #AED590

Tints of Feijoa #AED590

Color information

#AED590 (or 0xAED590) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 90. RGB value is (174,213,144). Sum of RGB (Red+Green+Blue) = 174+213+144=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #AED590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED590 is #512A6F. Grayscale: #C1C1C1. Windows color (decimal): -5319280 or 9491886. OLE color: 9491886.

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

Color convert

RGB174213144-
CMYK0.1800.320.16
HSL93.91º45.1%70%-
HSV(B)93.91º32.39%83.53%-
XYZ46.2858.635.26-
YUV193.47100.08114.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=32.77%
G=40.11%
B=27.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131440.1800.320.1693.9145.170
HexAED59012020105e2d46
Octal256325220220402013655106
Binary1010111011010101100100001001001000001000010111101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED590; }

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

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

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

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

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

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

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

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