#aed67c

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

Shades of Feijoa #AED67C

Tints of Feijoa #AED67C

Color information

#AED67C (or 0xAED67C) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 7C. RGB value is (174,214,124). Sum of RGB (Red+Green+Blue) = 174+214+124=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #AED67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED67C is #512983. Grayscale: #C0C0C0. Windows color (decimal): -5319044 or 8181422. OLE color: 8181422.

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

Color convert

RGB174214124-
CMYK0.1900.420.16
HSL86.67º52.33%66.27%-
HSV(B)86.67º42.06%83.92%-
XYZ45.1458.5527.99-
YUV191.7889.75115.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=33.98%
G=41.80%
B=24.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141240.1900.420.1686.6752.3366.27
HexAED67C1302A10573442
Octal256326174230522012764102
Binary101011101101011011111001001101010101000010101111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed67c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed67c; }

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

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

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

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

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

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

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

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