#AED672

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

Shades of Feijoa #AED672

Tints of Feijoa #AED672

Color information

#AED672 (or 0xAED672) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 72. RGB value is (174,214,114). Sum of RGB (Red+Green+Blue) = 174+214+114=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #AED672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED672 is #51298D. Grayscale: #BEBEBE. Windows color (decimal): -5319054 or 7526062. OLE color: 7526062.

HSL color Cylindrical-coordinate representation of color #AED672: hue angle of 84º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED672 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB174214114-
CMYK0.1900.470.16
HSL84º54.95%64.31%-
HSV(B)84º46.73%83.92%-
XYZ44.5458.3124.83-
YUV190.6484.75116.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=34.66%
G=42.63%
B=22.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141140.1900.470.168454.9564.31
HexAED6721302F10543740
Octal256326162230572012467100
Binary101011101101011011100101001101011111000010101001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED672; }

 p { color: rgb(174,214,114); }

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

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

 a { background-color: rgb(174,214,114); }

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

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

 span { border-color: rgb(174,214,114); }

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