#AED197

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

Shades of Feijoa #AED197

Tints of Feijoa #AED197

Color information

#AED197 (or 0xAED197) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 97. RGB value is (174,209,151). Sum of RGB (Red+Green+Blue) = 174+209+151=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #AED197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED197 is #512E68. Grayscale: #C0C0C0. Windows color (decimal): -5320297 or 9949614. OLE color: 9949614.

HSL color Cylindrical-coordinate representation of color #AED197: hue angle of 96.21º degrees, saturation: 0.39, 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 #AED197 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB174209151-
CMYK0.1700.280.18
HSL96.21º38.67%70.59%-
HSV(B)96.21º27.75%81.96%-
XYZ45.8456.8337.83-
YUV191.92104.9115.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=32.58%
G=39.14%
B=28.28%

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
Decimal1742091510.1700.280.1896.2138.6770.59
HexAED1971101C12602747
Octal256321227210342214047107
Binary101011101101000110010111100010111001001011000001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED197; }

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

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

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

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

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

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

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

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