#AAC36D

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

Shades of Caper #AAC36D

Tints of Caper #AAC36D

Color information

#AAC36D (or 0xAAC36D) is unknown color: approx Caper. HEX triplet: AA, C3 and 6D. RGB value is (170,195,109). Sum of RGB (Red+Green+Blue) = 170+195+109=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC36D is #553C92. Grayscale: #B2B2B2. Windows color (decimal): -5586067 or 7193514. OLE color: 7193514.

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

Color convert

RGB170195109-
CMYK0.1300.440.24
HSL77.44º41.75%59.61%-
HSV(B)77.44º44.1%76.47%-
XYZ38.8548.6821.82-
YUV177.7289.22122.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=35.86%
G=41.14%
B=23.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951090.1300.440.2477.4441.7559.61
HexAAC36DD02C184d2a3c
Octal25230315515054301155274
Binary1010101011000011110110111010101100110001001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC36D; }

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

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

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

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

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

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

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

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