#AED297

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

Shades of Feijoa #AED297

Tints of Feijoa #AED297

Color information

#AED297 (or 0xAED297) is unknown color: approx Feijoa. HEX triplet: AE, D2 and 97. RGB value is (174,210,151). Sum of RGB (Red+Green+Blue) = 174+210+151=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #AED297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED297 is #512D68. Grayscale: #C0C0C0. Windows color (decimal): -5320041 or 9949870. OLE color: 9949870.

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

Color convert

RGB174210151-
CMYK0.1700.280.18
HSL96.61º39.6%70.78%-
HSV(B)96.61º28.1%82.35%-
XYZ46.0957.3337.91-
YUV192.51104.57114.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=32.52%
G=39.25%
B=28.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101510.1700.280.1896.6139.670.78
HexAED2971101C12612847
Octal256322227210342214150107
Binary101011101101001010010111100010111001001011000011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED297; }

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

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

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

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

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

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

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

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