#AEC47C

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

Shades of Caper #AEC47C

Tints of Caper #AEC47C

Color information

#AEC47C (or 0xAEC47C) is unknown color: approx Caper. HEX triplet: AE, C4 and 7C. RGB value is (174,196,124). Sum of RGB (Red+Green+Blue) = 174+196+124=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC47C is #513B83. Grayscale: #B5B5B5. Windows color (decimal): -5323652 or 8176814. OLE color: 8176814.

HSL color Cylindrical-coordinate representation of color #AEC47C: hue angle of 78.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEC47C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB174196124-
CMYK0.1100.370.23
HSL78.33º37.89%62.75%-
HSV(B)78.33º36.73%76.86%-
XYZ40.8349.9326.55-
YUV181.2195.71122.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 124 (48.83% from 255) = 25.10%
R=35.22%
G=39.68%
B=25.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961240.1100.370.2378.3337.8962.75
HexAEC47CB025174e263f
Octal25630417413045271164677
Binary1010111011000100111110010110100101101111001110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC47C; }

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

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

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

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

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

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

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

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