#AEC96C

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

Shades of Caper #AEC96C

Tints of Caper #AEC96C

Color information

#AEC96C (or 0xAEC96C) is unknown color: approx Caper. HEX triplet: AE, C9 and 6C. RGB value is (174,201,108). Sum of RGB (Red+Green+Blue) = 174+201+108=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC96C is #513693. Grayscale: #B6B6B6. Windows color (decimal): -5322388 or 7129518. OLE color: 7129518.

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

Color convert

RGB174201108-
CMYK0.1300.460.21
HSL77.42º46.27%60.59%-
HSV(B)77.42º46.27%78.82%-
XYZ41.0551.8522.03-
YUV182.3286.05122.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=36.02%
G=41.61%
B=22.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011080.1300.460.2177.4246.2760.59
HexAEC96CD02E154d2e3d
Octal25631115415056251155675
Binary1010111011001001110110011010101110101011001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC96C; }

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

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

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

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

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

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

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

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