#AEC97C

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

Shades of Caper #AEC97C

Tints of Caper #AEC97C

Color information

#AEC97C (or 0xAEC97C) is unknown color: approx Caper. HEX triplet: AE, C9 and 7C. RGB value is (174,201,124). Sum of RGB (Red+Green+Blue) = 174+201+124=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC97C is #513683. Grayscale: #B8B8B8. Windows color (decimal): -5322372 or 8178094. OLE color: 8178094.

HSL color Cylindrical-coordinate representation of color #AEC97C: hue angle of 81.04º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEC97C is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB174201124-
CMYK0.1300.380.21
HSL81.04º41.62%63.73%-
HSV(B)81.04º38.31%78.82%-
XYZ41.9852.2326.94-
YUV184.1594.05120.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=34.87%
G=40.28%
B=24.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011240.1300.380.2181.0441.6263.73
HexAEC97CD02615512a40
Octal256311174150462512152100
Binary10101110110010011111100110101001101010110100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC97C; }

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

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

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

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

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

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

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

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