#AAC46E

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

Shades of Caper #AAC46E

Tints of Caper #AAC46E

Color information

#AAC46E (or 0xAAC46E) is unknown color: approx Caper. HEX triplet: AA, C4 and 6E. RGB value is (170,196,110). Sum of RGB (Red+Green+Blue) = 170+196+110=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC46E is #553B91. Grayscale: #B2B2B2. Windows color (decimal): -5585810 or 7259306. OLE color: 7259306.

HSL color Cylindrical-coordinate representation of color #AAC46E: hue angle of 78.14º 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 #AAC46E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB170196110-
CMYK0.1300.440.23
HSL78.14º42.16%60%-
HSV(B)78.14º43.88%76.86%-
XYZ39.1349.1522.18-
YUV178.4289.39121.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=35.71%
G=41.18%
B=23.11%

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
Decimal1701961100.1300.440.2378.1442.1660
HexAAC46ED02C174e2a3c
Octal25230415615054271165274
Binary1010101011000100110111011010101100101111001110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC46E; }

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

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

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

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

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

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

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

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