#AED595

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

Shades of Feijoa #AED595

Tints of Feijoa #AED595

Color information

#AED595 (or 0xAED595) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 95. RGB value is (174,213,149). Sum of RGB (Red+Green+Blue) = 174+213+149=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #AED595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED595 is #512A6A. Grayscale: #C2C2C2. Windows color (decimal): -5319275 or 9819566. OLE color: 9819566.

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

Color convert

RGB174213149-
CMYK0.1800.300.16
HSL96.56º43.24%70.98%-
HSV(B)96.56º30.05%83.53%-
XYZ46.6758.7637.32-
YUV194.04102.58113.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=32.46%
G=39.74%
B=27.80%

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
Decimal1742131490.1800.300.1696.5643.2470.98
HexAED5951201E10612b47
Octal256325225220362014153107
Binary101011101101010110010101100100111101000011000011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED595; }

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

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

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

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

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

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

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

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