#AED497

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

Shades of Feijoa #AED497

Tints of Feijoa #AED497

Color information

#AED497 (or 0xAED497) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 97. RGB value is (174,212,151). Sum of RGB (Red+Green+Blue) = 174+212+151=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #AED497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED497 is #512B68. Grayscale: #C1C1C1. Windows color (decimal): -5319529 or 9950382. OLE color: 9950382.

HSL color Cylindrical-coordinate representation of color #AED497: hue angle of 97.38º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED497 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB174212151-
CMYK0.1800.290.17
HSL97.38º41.5%71.18%-
HSV(B)97.38º28.77%83.14%-
XYZ46.5858.3238.08-
YUV193.68103.91113.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=32.40%
G=39.48%
B=28.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121510.1800.290.1797.3841.571.18
HexAED4971201D11612947
Octal256324227220352114151107
Binary101011101101010010010111100100111011000111000011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED497; }

 p { color: rgb(174,212,151); }

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

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

 a { background-color: rgb(174,212,151); }

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

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

 span { border-color: rgb(174,212,151); }

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