#AAC66A

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

Shades of Caper #AAC66A

Tints of Caper #AAC66A

Color information

#AAC66A (or 0xAAC66A) is unknown color: approx Caper. HEX triplet: AA, C6 and 6A. RGB value is (170,198,106). Sum of RGB (Red+Green+Blue) = 170+198+106=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC66A is #553995. Grayscale: #B3B3B3. Windows color (decimal): -5585302 or 6997674. OLE color: 6997674.

HSL color Cylindrical-coordinate representation of color #AAC66A: hue angle of 78.26º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC66A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB170198106-
CMYK0.1400.460.22
HSL78.26º44.66%59.61%-
HSV(B)78.26º46.46%77.65%-
XYZ39.3749.9721.21-
YUV179.1486.72121.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=35.86%
G=41.77%
B=22.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981060.1400.460.2278.2644.6659.61
HexAAC66AE02E164e2d3c
Octal25230615216056261165574
Binary1010101011000110110101011100101110101101001110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC66A; }

 p { color: rgb(170,198,106); }

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

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

 a { background-color: rgb(170,198,106); }

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

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

 span { border-color: rgb(170,198,106); }

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