#AAC96D

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

Shades of Caper #AAC96D

Tints of Caper #AAC96D

Color information

#AAC96D (or 0xAAC96D) is unknown color: approx Caper. HEX triplet: AA, C9 and 6D. RGB value is (170,201,109). Sum of RGB (Red+Green+Blue) = 170+201+109=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC96D is #553692. Grayscale: #B5B5B5. Windows color (decimal): -5584531 or 7195050. OLE color: 7195050.

HSL color Cylindrical-coordinate representation of color #AAC96D: hue angle of 80.22º 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 #AAC96D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB170201109-
CMYK0.1500.460.21
HSL80.22º46%60.78%-
HSV(B)80.22º45.77%78.82%-
XYZ40.2251.4222.27-
YUV181.2487.23119.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 201 (78.91% from 255) = 41.88%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=35.42%
G=41.88%
B=22.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011090.1500.460.2180.224660.78
HexAAC96DF02E15502e3d
Octal25231115517056251205675
Binary1010101011001001110110111110101110101011010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC96D; }

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

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

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

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

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

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

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

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