#AED873

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

Shades of Feijoa #AED873

Tints of Feijoa #AED873

Color information

#AED873 (or 0xAED873) is unknown color: approx Feijoa. HEX triplet: AE, D8 and 73. RGB value is (174,216,115). Sum of RGB (Red+Green+Blue) = 174+216+115=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #AED873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED873 is #51278C. Grayscale: #C0C0C0. Windows color (decimal): -5318541 or 7592110. OLE color: 7592110.

HSL color Cylindrical-coordinate representation of color #AED873: hue angle of 84.95º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED873 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB174216115-
CMYK0.1900.470.15
HSL84.95º56.42%64.9%-
HSV(B)84.95º46.76%84.71%-
XYZ45.1159.3525.3-
YUV191.9384.59115.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=34.46%
G=42.77%
B=22.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161150.1900.470.1584.9556.4264.9
HexAED8731302FF553841
Octal256330163230571712570101
Binary10101110110110001110011100110101111111110101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED873; }

 p { color: rgb(174,216,115); }

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

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

 a { background-color: rgb(174,216,115); }

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

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

 span { border-color: rgb(174,216,115); }

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