#AAC87F

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

Shades of Caper #AAC87F

Tints of Caper #AAC87F

Color information

#AAC87F (or 0xAAC87F) is unknown color: approx Caper. HEX triplet: AA, C8 and 7F. RGB value is (170,200,127). Sum of RGB (Red+Green+Blue) = 170+200+127=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC87F is #553780. Grayscale: #B6B6B6. Windows color (decimal): -5584769 or 8374442. OLE color: 8374442.

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

Color convert

RGB170200127-
CMYK0.1500.360.22
HSL84.66º39.89%64.12%-
HSV(B)84.66º36.5%78.43%-
XYZ41.0651.3927.83-
YUV182.7196.56118.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 127 (50% from 255) = 25.55%
R=34.21%
G=40.24%
B=25.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001270.1500.360.2284.6639.8964.12
HexAAC87FF02416552840
Octal252310177170442612550100
Binary10101010110010001111111111101001001011010101011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC87F; }

 p { color: rgb(170,200,127); }

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

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

 a { background-color: rgb(170,200,127); }

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

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

 span { border-color: rgb(170,200,127); }

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