#AAC76D

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

Shades of Caper #AAC76D

Tints of Caper #AAC76D

Color information

#AAC76D (or 0xAAC76D) is unknown color: approx Caper. HEX triplet: AA, C7 and 6D. RGB value is (170,199,109). Sum of RGB (Red+Green+Blue) = 170+199+109=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC76D is #553892. Grayscale: #B4B4B4. Windows color (decimal): -5585043 or 7194538. OLE color: 7194538.

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

Color convert

RGB170199109-
CMYK0.1500.450.22
HSL79.33º44.55%60.39%-
HSV(B)79.33º45.23%78.04%-
XYZ39.7650.522.12-
YUV180.0787.89120.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=35.56%
G=41.63%
B=22.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991090.1500.450.2279.3344.5560.39
HexAAC76DF02D164f2d3c
Octal25230715517055261175574
Binary1010101011000111110110111110101101101101001111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC76D; }

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

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

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

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

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

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

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

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