#AEC47F

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

Shades of Caper #AEC47F

Tints of Caper #AEC47F

Color information

#AEC47F (or 0xAEC47F) is unknown color: approx Caper. HEX triplet: AE, C4 and 7F. RGB value is (174,196,127). Sum of RGB (Red+Green+Blue) = 174+196+127=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC47F is #513B80. Grayscale: #B5B5B5. Windows color (decimal): -5323649 or 8373422. OLE color: 8373422.

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

Color convert

RGB174196127-
CMYK0.1100.350.23
HSL79.13º36.9%63.33%-
HSV(B)79.13º35.2%76.86%-
XYZ41.0350.0127.57-
YUV181.5697.21122.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 127 (50% from 255) = 25.55%
R=35.01%
G=39.44%
B=25.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961270.1100.350.2379.1336.963.33
HexAEC47FB023174f253f
Octal25630417713043271174577
Binary1010111011000100111111110110100011101111001111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC47F; }

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

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

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

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

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

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

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

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