#AED596

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

Shades of Feijoa #AED596

Tints of Feijoa #AED596

Color information

#AED596 (or 0xAED596) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 96. RGB value is (174,213,150). Sum of RGB (Red+Green+Blue) = 174+213+150=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #AED596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED596 is #512A69. Grayscale: #C2C2C2. Windows color (decimal): -5319274 or 9885102. OLE color: 9885102.

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

Color convert

RGB174213150-
CMYK0.1800.300.16
HSL97.14º42.86%71.18%-
HSV(B)97.14º29.58%83.53%-
XYZ46.7558.7937.74-
YUV194.16103.08113.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=32.40%
G=39.66%
B=27.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131500.1800.300.1697.1442.8671.18
HexAED5961201E10612b47
Octal256325226220362014153107
Binary101011101101010110010110100100111101000011000011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED596; }

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

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

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

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

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

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

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

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