#AAC46D

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

Shades of Caper #AAC46D

Tints of Caper #AAC46D

Color information

#AAC46D (or 0xAAC46D) is unknown color: approx Caper. HEX triplet: AA, C4 and 6D. RGB value is (170,196,109). Sum of RGB (Red+Green+Blue) = 170+196+109=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC46D is #553B92. Grayscale: #B2B2B2. Windows color (decimal): -5585811 or 7193770. OLE color: 7193770.

HSL color Cylindrical-coordinate representation of color #AAC46D: hue angle of 77.93º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC46D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB170196109-
CMYK0.1300.440.23
HSL77.93º42.44%59.8%-
HSV(B)77.93º44.39%76.86%-
XYZ39.0849.1321.89-
YUV178.3188.89122.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=35.79%
G=41.26%
B=22.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961090.1300.440.2377.9342.4459.8
HexAAC46DD02C174e2a3c
Octal25230415515054271165274
Binary1010101011000100110110111010101100101111001110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC46D; }

 p { color: rgb(170,196,109); }

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

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

 a { background-color: rgb(170,196,109); }

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

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

 span { border-color: rgb(170,196,109); }

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