#AAC37D

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

Shades of Caper #AAC37D

Tints of Caper #AAC37D

Color information

#AAC37D (or 0xAAC37D) is unknown color: approx Caper. HEX triplet: AA, C3 and 7D. RGB value is (170,195,125). Sum of RGB (Red+Green+Blue) = 170+195+125=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC37D is #553C82. Grayscale: #B3B3B3. Windows color (decimal): -5586051 or 8242090. OLE color: 8242090.

HSL color Cylindrical-coordinate representation of color #AAC37D: hue angle of 81.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAC37D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB170195125-
CMYK0.1300.360.24
HSL81.43º36.84%62.75%-
HSV(B)81.43º35.9%76.47%-
XYZ39.7949.0626.77-
YUV179.5497.22121.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=34.69%
G=39.80%
B=25.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951250.1300.360.2481.4336.8462.75
HexAAC37DD0241851253f
Octal25230317515044301214577
Binary1010101011000011111110111010100100110001010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC37D; }

 p { color: rgb(170,195,125); }

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

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

 a { background-color: rgb(170,195,125); }

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

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

 span { border-color: rgb(170,195,125); }

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