#AED674

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

Shades of Feijoa #AED674

Tints of Feijoa #AED674

Color information

#AED674 (or 0xAED674) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 74. RGB value is (174,214,116). Sum of RGB (Red+Green+Blue) = 174+214+116=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #AED674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED674 is #51298B. Grayscale: #BFBFBF. Windows color (decimal): -5319052 or 7657134. OLE color: 7657134.

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

Color convert

RGB174214116-
CMYK0.1900.460.16
HSL84.49º54.44%64.71%-
HSV(B)84.49º45.79%83.92%-
XYZ44.6558.3525.43-
YUV190.8785.75115.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 214 (83.98% from 255) = 42.46%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=34.52%
G=42.46%
B=23.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141160.1900.460.1684.4954.4464.71
HexAED6741302E10543641
Octal256326164230562012466101
Binary101011101101011011101001001101011101000010101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED674; }

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

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

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

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

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

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

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

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