#AACE6B

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

Shades of Caper #AACE6B

Tints of Caper #AACE6B

Color information

#AACE6B (or 0xAACE6B) is unknown color: approx Caper. HEX triplet: AA, CE and 6B. RGB value is (170,206,107). Sum of RGB (Red+Green+Blue) = 170+206+107=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE6B is #553194. Grayscale: #B8B8B8. Windows color (decimal): -5583253 or 7065258. OLE color: 7065258.

HSL color Cylindrical-coordinate representation of color #AACE6B: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AACE6B is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB170206107-
CMYK0.1700.480.19
HSL81.82º50.25%61.37%-
HSV(B)81.82º48.06%80.78%-
XYZ41.353.7522.11-
YUV183.9584.57118.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=35.20%
G=42.65%
B=22.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061070.1700.480.1981.8250.2561.37
HexAACE6B110301352323d
Octal25231615321060231226275
Binary10101010110011101101011100010110000100111010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACE6B; }

 p { color: rgb(170,206,107); }

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

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

 a { background-color: rgb(170,206,107); }

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

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

 span { border-color: rgb(170,206,107); }

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