#AAC280

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

Shades of Caper #AAC280

Tints of Caper #AAC280

Color information

#AAC280 (or 0xAAC280) is unknown color: approx Caper. HEX triplet: AA, C2 and 80. RGB value is (170,194,128). Sum of RGB (Red+Green+Blue) = 170+194+128=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC280 is #553D7F. Grayscale: #B3B3B3. Windows color (decimal): -5586304 or 8438442. OLE color: 8438442.

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

Color convert

RGB170194128-
CMYK0.1200.340.24
HSL81.82º35.11%63.14%-
HSV(B)81.82º34.02%76.08%-
XYZ39.7748.6927.72-
YUV179.399.05121.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=34.55%
G=39.43%
B=26.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941280.1200.340.2481.8235.1163.14
HexAAC280C0221852233f
Octal25230220014042301224377
Binary10101010110000101000000011000100010110001010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC280; }

 p { color: rgb(170,194,128); }

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

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

 a { background-color: rgb(170,194,128); }

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

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

 span { border-color: rgb(170,194,128); }

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