#AED085

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

Shades of Feijoa #AED085

Tints of Feijoa #AED085

Color information

#AED085 (or 0xAED085) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 85. RGB value is (174,208,133). Sum of RGB (Red+Green+Blue) = 174+208+133=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #AED085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED085 is #512F7A. Grayscale: #BDBDBD. Windows color (decimal): -5320571 or 8769710. OLE color: 8769710.

HSL color Cylindrical-coordinate representation of color #AED085: hue angle of 87.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AED085 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB174208133-
CMYK0.1600.360.18
HSL87.2º44.38%66.86%-
HSV(B)87.2º36.06%81.57%-
XYZ44.2555.830.63-
YUV189.2896.24117.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=33.79%
G=40.39%
B=25.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081330.1600.360.1887.244.3866.86
HexAED0851002412572c43
Octal256320205200442212754103
Binary1010111011010000100001011000001001001001010101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED085; }

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

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

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

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

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

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

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

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