#AAC288

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

Shades of Caper #AAC288

Tints of Caper #AAC288

Color information

#AAC288 (or 0xAAC288) is unknown color: approx Caper. HEX triplet: AA, C2 and 88. RGB value is (170,194,136). Sum of RGB (Red+Green+Blue) = 170+194+136=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC288 is #553D77. Grayscale: #B4B4B4. Windows color (decimal): -5586296 or 8962730. OLE color: 8962730.

HSL color Cylindrical-coordinate representation of color #AAC288: hue angle of 84.83º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAC288 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB170194136-
CMYK0.1200.300.24
HSL84.83º32.22%64.71%-
HSV(B)84.83º29.9%76.08%-
XYZ40.3148.9130.61-
YUV180.21103.05120.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 136 (53.52% from 255) = 27.2%
R=34%
G=38.8%
B=27.2%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941360.1200.300.2484.8332.2264.71
HexAAC288C01E18552041
Octal252302210140363012540101
Binary10101010110000101000100011000111101100010101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC288; }

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

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

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

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

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

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

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

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