#AED985

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

Shades of Feijoa #AED985

Tints of Feijoa #AED985

Color information

#AED985 (or 0xAED985) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 85. RGB value is (174,217,133). Sum of RGB (Red+Green+Blue) = 174+217+133=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #AED985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED985 is #51267A. Grayscale: #C2C2C2. Windows color (decimal): -5318267 or 8772014. OLE color: 8772014.

HSL color Cylindrical-coordinate representation of color #AED985: hue angle of 90.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AED985 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB174217133-
CMYK0.2000.390.15
HSL90.71º52.5%68.63%-
HSV(B)90.71º38.71%85.1%-
XYZ46.560.3231.38-
YUV194.5793.25113.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=33.21%
G=41.41%
B=25.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171330.2000.390.1590.7152.568.63
HexAED98514027F5b3545
Octal256331205240471713365105
Binary101011101101100110000101101000100111111110110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED985; }

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

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

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

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

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

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

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

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