#AED885

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

Shades of Feijoa #AED885

Tints of Feijoa #AED885

Color information

#AED885 (or 0xAED885) is unknown color: approx Feijoa. HEX triplet: AE, D8 and 85. RGB value is (174,216,133). Sum of RGB (Red+Green+Blue) = 174+216+133=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #AED885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED885 is #51277A. Grayscale: #C2C2C2. Windows color (decimal): -5318523 or 8771758. OLE color: 8771758.

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

Color convert

RGB174216133-
CMYK0.1900.380.15
HSL90.36º51.55%68.43%-
HSV(B)90.36º38.43%84.71%-
XYZ46.2559.831.3-
YUV193.9893.59113.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=33.27%
G=41.30%
B=25.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161330.1900.380.1590.3651.5568.43
HexAED88513026F5a3444
Octal256330205230461713264104
Binary101011101101100010000101100110100110111110110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED885; }

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

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

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

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

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

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

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

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